Package ch.bailu.gtk.gtk
Schnittstelle TreeModel.OnTreeModelForeachFunc
- Umschließende Klasse:
TreeModel
- 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
onTreeModelForeachFunc
(CallbackHandler __self, TreeModel model, TreePath path, TreeIter iter, Pointer data) Type of the callback passed to gtk_tree_model_foreach() to
iterate over the rows in a tree model.
-
Methodendetails
-
onTreeModelForeachFunc
boolean onTreeModelForeachFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreePath path, @Nonnull TreeIter iter, @Nullable Pointer data) Type of the callback passed to gtk_tree_model_foreach() to
iterate over the rows in a tree model.- Parameter:
model
- the `GtkTreeModel` being iteratedpath
- the current `GtkTreePath`iter
- the current `GtkTreeIter`data
- The user data passed to gtk_tree_model_foreach()- Gibt zurück:
- %TRUE to stop iterating, %FALSE to continue
-