:right-sidebar: True TraverseType =================================================================== .. currentmodule:: gi.repository.GLib .. class:: TraverseType :no-contents-entry: Specifies the type of traversal performed by :func:`~gi.repository.GLib.Tree.traverse`, :func:`~gi.repository.GLib.Node.traverse` and :func:`~gi.repository.GLib.Node.find`. The different orders are illustrated here: .. image:: https://docs.gtk.org/glib/Sorted_binary_tree_breadth-first_traversal.svg Fields ------ .. rst-class:: interim-class .. class:: TraverseType :no-index: .. attribute:: IN_ORDER The type of the None singleton. .. attribute:: LEVEL_ORDER The type of the None singleton. .. attribute:: POST_ORDER The type of the None singleton. .. attribute:: PRE_ORDER The type of the None singleton.