Package ch.bailu.gtk.gtk
Schnittstelle SelectionModelInterface.OnUnselectRange
- Umschließende Klasse:
SelectionModelInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onUnselectRange
(CallbackHandler __self, SelectionModel model, int position, int n_items)
-
Methodendetails
-
onUnselectRange
boolean onUnselectRange(CallbackHandler __self, @Nonnull SelectionModel model, int position, int n_items) - Parameter:
model
- a `GtkSelectionModel`position
- the first item to unselectn_items
- the number of items to unselect- Gibt zurück:
- %TRUE if this action was supported and no fallback should be tried. This does not mean the range was unselected.
-