Method GTK1.Ctree()->set_node_info()
- Method set_node_info
GTK1.Ctreeset_node_info(GTK1.CTreeNodenode,stringtext,intspacing,GDK1.Pixmappixmap_closed,GDK1.Bitmapmask_closed,GDK1.Pixmappixmap_opened,GDK1.Bitmapmask_opened,intis_leaf,intexpanded)- Description
text : The texts to be shown in each column. spacing : The extra space between the pixmap and the text. pixmap_closed : The pixmap to be used when the node is collapsed. Can be NULL. mask_closed : The mask for the above pixmap. Can be NULL. pixmap_opened : The pixmap to be used when the children are visible. Can be NULL. mask_opened : The mask for the above pixmap. Can be NULL. is_leaf : Whether this node is going to be a leaf. expanded : Whether this node should start out expanded or not.