Interface SelectionModelInterface.OnIsSelected

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

    • onIsSelected

      boolean onIsSelected(CallbackHandler __self, @Nonnull SelectionModel model, int position)
      Parameters:
      model - a `GtkSelectionModel`
      position - the position of the item to query
      Returns:
      %TRUE if the item is selected