Enums
Value | Symbolic name | Description |
0 | GTK_CTREE_EXPANSION_EXPAND | Tells PHP-GTK to expand the current node of this instance of GtkCTree. |
1 | GTK_CTREE_EXPANSION_EXPAND_RECURSIVE | Tells PHP-GTK to expand the current node, and all nodes below it in this instance of the GtkCTree class. |
2 | GTK_CTREE_EXPANSION_COLLAPSE | Tells PHP-GTK to collapse the current node of this instance of GtkCTree. |
3 | GTK_CTREE_EXPANSION_COLLAPSE_RECURSIVE | Tells PHP-GTK to collapse the current node, and all nodes below it in this instance of the GtkCTree class. |
4 | GTK_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. |
5 | GTK_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. |