On May 1, 2007, at 9:05 AM, Davy Durham wrote: > After combing the threads, I found that in FLTK1, to get resize > notifications you simply override the resize() method. > > However, in FLTK2 resize() is not virtual. Is there a new way of > getting resize notification for an fltk::Window?
In FLTK2, the "resize()" method was split into a "layout()" and a "resize()" method. The first being called when the size changed for some outside reason, and the second one called when explicitly changing the size. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

