matthiasm wrote: > > On 30.07.2008, at 20:24, Rafal wrote: > >> button1->w(20); > > You must not write into x(), y(), w(), and h() directly. Use myWidget- > >resize(x, y, w, h) or myWidget->size(w, h) or myWidget->position(x, > y) instead. > > > ---- > http://robowerk.com/
Indeed. All works, if any one is interested then - http://limcore.com/research/devel/gui_toolkits/1/example_own_layout/button.cxx Perhaps someone will add more examples on this to tests/ As I always say, the more examples, the more popular lib will be. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

