Interface TraverseFlags


public interface TraverseFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 LEAVES
      only 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_LEAVES
      only 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 ALL
      all nodes should be visited.
      See Also:
    • MASK

      static final int MASK
      a mask of all traverse flags.
      See Also:
    • LEAFS

      static final int LEAFS
      identical to %G_TRAVERSE_LEAVES.
      See Also:
    • NON_LEAFS

      static final int NON_LEAFS
      identical to %G_TRAVERSE_NON_LEAVES.
      See Also: