Package ch.bailu.gtk.glib
Schnittstelle Node.OnNodeTraverseFunc
- 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 TypMethodeBeschreibungboolean
onNodeTraverseFunc
(CallbackHandler __self, Node node, Pointer data) Specifies the type of function passed to g_node_traverse().
-
Methodendetails
-
onNodeTraverseFunc
Specifies the type of function passed to g_node_traverse(). The
function is called with each of the nodes visited, together with the
user data passed to g_node_traverse(). If the function returns
%TRUE, then the traversal is stopped.- Parameter:
node
- a #GNode.data
- user data passed to g_node_traverse().- Gibt zurück:
- %TRUE to stop the traversal.
-