Package ch.bailu.gtk.glib
Schnittstelle Node.OnNodeForeachFunc
- Umschließende Klasse:
Node
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onNodeForeachFunc
(CallbackHandler __self, Node node, Pointer data) Specifies the type of function passed to g_node_children_foreach().
-
Methodendetails
-
onNodeForeachFunc
Specifies the type of function passed to g_node_children_foreach().
The function is called with each child node, together with the user
data passed to g_node_children_foreach().- Parameter:
node
- a #GNode.data
- user data passed to g_node_children_foreach().
-