TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.20.3
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Initializes iter to point to target.
iter
target
If target is not found, finds the next value after it. If no value >= target exists in set, this function returns false.
set
false
a Gtk.Bitset
target value to start iterating at
true if a value was found.
true
Initializes
iterto point totarget.If
targetis not found, finds the next value after it. If no value >=targetexists inset, this function returnsfalse.