Hi guys,

I'm building a stack of horizontal widgets, like that (I hope the ASCII
art works):

+---Fl_tile-------------------+
| +-------------------------+ |
| | widget 0                | |
| +-------------------------+ |
| +-------------------------+ |
| | widget 1                | |
| +-------------------------+ |
| +-------------------------+ |
| | widget 2                | |
| +-------------------------+ |
|+----------------------------+

I would like to make each widget vertically resizable, so an Fl_tile
seems a good choice for a container.
Unfortunately I've noticed that Fl_tile shrinks the other widgets: for
example if I enlarge Widget 0 completely to the very bottom, "widget 1"
and "widget 2" disappear, i.e. their height becomes zero.

My question: is there a way to extend Fl_tile so that it shifts the
other widgets below Widget 0, instead of shrink them? Possibly Fl_tile
should also expand itself vertically to make room for the other widgets.

Many thanks in advance for your time!


John
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to