GtkCTreeExpansionType

GtkCTreeExpansionType

Enums

Value

Symbolic name

Description

  0GTK_CTREE_EXPANSION_EXPAND Tells PHP-GTK to expand the current node of this instance of GtkCTree.
  1GTK_CTREE_EXPANSION_EXPAND_RECURSIVE Tells PHP-GTK to expand the current node, and all nodes below it in this instance of the GtkCTree class.
  2GTK_CTREE_EXPANSION_COLLAPSE Tells PHP-GTK to collapse the current node of this instance of GtkCTree.
  3GTK_CTREE_EXPANSION_COLLAPSE_RECURSIVE Tells PHP-GTK to collapse the current node, and all nodes below it in this instance of the GtkCTree class.
  4GTK_CTREE_EXPANSION_TOGGLE Tells PHP-GTK to toggle the current node of this instance of GtkCTree, this will cause an expanded node to collapse and a collapsed node to expand.
  5GTK_CTREE_EXPANSION_TOGGLE_RECURSIVE Tells PHP-GTK to toggle the current node, and all nodes below it in this instance of the GtkCTree class, this will cause an expanded node to collapse and a collapsed node to expand.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.