GtkCTreeExpansionType

GtkCTreeExpansionType is deprecated and should not be used in newly-written code.

How to expand or collapse a part of a tree.

Value

Symbolic name

Description

  0Gtk::CTREE_EXPANSION_EXPAND Expand this node.
  1Gtk::CTREE_EXPANSION_EXPAND_RECURSIVE Expand this node and everything below it in the hierarchy.
  2Gtk::CTREE_EXPANSION_COLLAPSE Collapse this node.
  3Gtk::CTREE_EXPANSION_COLLAPSE_RECURSIVE Collapse this node and everything below it in the hierarchy.
  4Gtk::CTREE_EXPANSION_TOGGLE Toggle this node (i.e. expand if collapsed and vice versa).
  4Gtk::CTREE_EXPANSION_TOGGLE_RECURSIVE Toggle this node and everything below it in the hierarchy.