Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onIsSelected
(CallbackHandler __self, SelectionModel model, int position)
-
Method Details
-
onIsSelected
- Parameters:
model
- a `GtkSelectionModel`position
- the position of the item to query- Returns:
- %TRUE if the item is selected
-