
[Top]
GTK
GTK.Ctree
|
Method GTK.Ctree()->insert_node()
- Method
insert_node
object(GTK.Ctree) GTK.Ctree()->insert_node(object(GTK.CTreeNode) parent, object(GTK.CTreeNode) sibling, array text, int is_leaf, int expanded)
- Description
-
At least one of parent or sibling must be specified.
If both are specified, sibling->parent() must be equal to parent.
If the parent and sibling is 0, the position is at the root of the
tree, if the sibling is NULL, it will be the last child of parent,
otherwise it will be inserted just before the sibling.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|