GTK.Ctree node_set_row_data(GTK.CTreeNode node, object data)
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