Hi, In my derived widget class, I redefined the resize virtual fonction. I'd like to know if there is a way to know who's calling resize(). A parent's widget (when it's resized) or the class itself. For now I use a classical bool flag but I'm wondering if there another way.
Thanks _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

