Method GTK1.Ctree()->find()
- Method find
int
find(GTK1.CTreeNode
node
,GTK1.CTreeNode
start
)- Description
Returns true if the node is a child of the start node.
If you omit the starting node, the tree will be searched from the root.
int
find(GTK1.CTreeNode
node
, GTK1.CTreeNode
start
)
Returns true if the node is a child of the start node.
If you omit the starting node, the tree will be searched from the root.