Interface SelectionModelInterface.OnGetSelectionInRange

Enclosing class:
SelectionModelInterface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SelectionModelInterface.OnGetSelectionInRange
  • Method Details

    • onGetSelectionInRange

      Bitset onGetSelectionInRange(CallbackHandler __self, @Nonnull SelectionModel model, int position, int n_items)
      Parameters:
      model - a `GtkSelectionModel`
      position - start of the queired range
      n_items - number of items in the queried range
      Returns:
      A `GtkBitset` that matches the selection state for the given range with all other values being undefined. The bitset must not be modified.