Method GTK1.Ctree()->node_set_row_data()
- Method node_set_row_data
GTK1.Ctree
node_set_row_data(GTK1.CTreeNode
node
,object
data
)- Description
Set the user data associated with the specified node. This data can be used to find nodes, and when a node is selected it can be easily retrieved using node_get_row_data.
You can only use objects as row data right now