Package ch.bailu.gtk.gtk
Schnittstelle FlowBox.OnFlowBoxFilterFunc
- Umschließende Klasse:
FlowBox
- 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
onFlowBoxFilterFunc
(CallbackHandler __self, FlowBoxChild child, Pointer user_data) A function that will be called whenever a child changes
or is added.
-
Methodendetails
-
onFlowBoxFilterFunc
boolean onFlowBoxFilterFunc(CallbackHandler __self, @Nonnull FlowBoxChild child, @Nullable Pointer user_data) A function that will be called whenever a child changes
or is added.
It lets you control if the child should be visible or not.- Parameter:
child
- a `GtkFlowBoxChild` that may be filtereduser_data
- user data- Gibt zurück:
- %TRUE if the row should be visible, %FALSE otherwise
-