Interface SelectionModelInterface.OnSetSelection

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.OnSetSelection
  • Method Details

    • onSetSelection

      boolean onSetSelection(CallbackHandler __self, @Nonnull SelectionModel model, @Nonnull Bitset selected, @Nonnull Bitset mask)
      Parameters:
      model - a `GtkSelectionModel`
      selected - bitmask specifying if items should be selected or unselected
      mask - bitmask specifying which items should be updated
      Returns:
      %TRUE if this action was supported and no fallback should be tried. This does not mean that all items were updated according to the inputs.