TraverseType#

class TraverseType#

Specifies the type of traversal performed by traverse(), traverse() and find().

The different orders are illustrated here:

https://docs.gtk.org/glib/Sorted_binary_tree_breadth-first_traversal.svg

Fields#

class TraverseType
IN_ORDER#

The type of the None singleton.

LEVEL_ORDER#

The type of the None singleton.

POST_ORDER#

The type of the None singleton.

PRE_ORDER#

The type of the None singleton.