Package ch.bailu.gtk.glib
Interface TraverseFlags
public interface TraverseFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
all nodes should be visited.static final int
identical to %G_TRAVERSE_LEAVES.static final int
only leaf nodes should be visited.static final int
a mask of all traverse flags.static final int
identical to %G_TRAVERSE_NON_LEAVES.static final int
only non-leaf nodes should be visited.
-
Field Details
-
LEAVES
static final int LEAVESonly leaf nodes should be visited. This name has
been introduced in 2.6, for older version use
%G_TRAVERSE_LEAFS.- See Also:
-
NON_LEAVES
static final int NON_LEAVESonly non-leaf nodes should be visited. This
name has been introduced in 2.6, for older
version use %G_TRAVERSE_NON_LEAFS.- See Also:
-
ALL
static final int ALLall nodes should be visited.- See Also:
-
MASK
static final int MASKa mask of all traverse flags.- See Also:
-
LEAFS
static final int LEAFSidentical to %G_TRAVERSE_LEAVES.- See Also:
-
NON_LEAFS
static final int NON_LEAFSidentical to %G_TRAVERSE_NON_LEAVES.- See Also:
-