Package: gtk

Function gtk:bitset-iter-previous

Lambda List

gtk:bitset-iter-previous (iter)

Arguments

iter -- a valid gtk:bitset-iter instance

Return Value

The unsigned integer with the previous value in bitset, or nil if iter was already pointing to the first value.

Details

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

See also

2025-3-13