Package ch.bailu.gtk.gtk
Schnittstelle ComboBox.OnTreeViewRowSeparatorFunc
- Umschließende Klasse:
ComboBox
- 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
onTreeViewRowSeparatorFunc
(CallbackHandler __self, TreeModel model, TreeIter iter, Pointer data) Function type for determining whether the row pointed to by @iter should
be rendered as a separator.
-
Methodendetails
-
onTreeViewRowSeparatorFunc
boolean onTreeViewRowSeparatorFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreeIter iter, @Nullable Pointer data) Function type for determining whether the row pointed to by @iter should
be rendered as a separator. A common way to implement this is to have a
boolean column in the model, whose values the `GtkTreeViewRowSeparatorFunc`
returns.- Parameter:
model
- the `GtkTreeModel`iter
- a `GtkTreeIter` pointing at a row in @modeldata
- user data- Gibt zurück:
- %TRUE if the row is a separator
-