Package: gtk
Function gtk:selection-model-selection-in-range
Lambda Listgtk:selection-model-selection-in-range (model pos nitems) ArgumentsReturn Value    The gtk:bitset instance that matches the selection state for the
    given state with all other values being undefined. The bitset must not be
    modified.   Details          
    Gets a bitset containing a set where the values in the range    [pos, pos + nitems) match the selected state of the
    items in that range.  
  All values outside that range are undefined. This function is an optimization for the gtk:selection-model-selection function when you are only interested in part of the model's selected state. A common use case is in response to the "selection-changed" signal.  | See also | 
2025-07-12