On 18 Jun 2010, at 20:47, Lars Ruoff wrote: > new to FLTK, i was wondering if and how FLTK handles dynamic > positioning and resizing of widgets when the container changes size. > Is there something like layout managers?
I see Greg has already replied, but I thought I'd pitch in by asking what you need to achieve, or what you expect a "layout manager" to do. My experience suggests that: - People use the term "layout manager" to describe a range of different things, so we need to figure out what you are using the term to mean, to be sure we are answering the right question... - The fltk layout system is very flexible and powerful; but people coming to it for the first time are always puzzled by it. It seems to be unlike what anyone expects or is used to! The system fltk uses is common to all variants, AFAIK, so behaves basically the same in 1.1, 2.x and 1.3. Over and above the notes that Greg gave, I'd just mention Fl_Pack at this point to, in case it does what you want (though I doubt that it does - I seldom find it useful!) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

