gtkCTreeInsertNode
Insert a new node to the tree. The position is specified through
the parent-sibling notation, as explained in the introduction above.
WARNING: gtk_ctree_insert_node
is deprecated and should not be used in newly-written code.
gtkCTreeInsertNode(object, parent, sibling, text, spacing = 5, pixmap.closed = NULL, mask.closed = NULL, pixmap.opened = NULL, mask.opened = NULL, is.leaf = 1, expanded = 0)
|
The |
|
The parent node to be. |
|
The sibling node to be. |
|
The texts to be shown in each column. |
|
The extra space between the pixmap and the text. |
|
. [ allow-none ] |
|
. [ allow-none ] |
|
. [ allow-none ] |
|
. [ allow-none ] |
|
Whether this node is going to be a leaf. |
|
Whether this node should start out expanded or not. |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.