Package: gtk

Function gtk:bitset-iter-next

Lambda List

gtk:bitset-iter-next (iter)

Arguments

iter -- a valid gtk:bitset-iter instance

Return Value

The unsigned integer with the next value in bitset, or nil if no next value existed.

Details

Moves iter to the next value in the bitset. If it was already pointing to the last value in the bitset, nil is returned and iter is invalidated.
 

See also

2024-8-15