Hello,
I am making a treebrowser from a list of objects in my program. I would like to 
add to each node in treebrowser a pointer to the object which represent.
I thought I could have used node->user_data(pointer_to_my_object), but I 
couldn't get back this pointer by calling pointer_to_my_object* p = 
node->userData, because it is protected.
Is there any way how to do it? Thank you, Tomas
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to