> Fl_Group is the class responsible for handling resizing of widgets, > even Fl_Window derives from it. The 'resizable()' method has some info: > http://fltk.org/doc-1.3/classFl__Group.html#fd220e45e1ac817bde7d6a25fdf74e37 > > The test/resizebox demo program shows how this works. > > There's also an article on this: > http://fltk.org/articles.php?L415+I20+T+P1+Qresize > > And the newsgroups cover this quite a bit. > > You can also do your own resizing if you like, just subclass > from either Fl_Group or Fl_Window and override the resize() method > to do your own logic instead.
Thanks! Good pointers. It seems that is what i need. There i have another question regarding groups: I would have imagined that all Widget positions are relative to the origin of the containing group, but it seems widget positions are always absolute? (to the top level window) That's awkward. Or do i do something wrong? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

