Interface SelectionModelInterface.OnUnselectItem

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

    • onUnselectItem

      boolean onUnselectItem(CallbackHandler __self, @Nonnull SelectionModel model, int position)
      Parameters:
      model - a `GtkSelectionModel`
      position - the position of the item to unselect
      Returns:
      %TRUE if this action was supported and no fallback should be tried. This does not mean the item was unselected.