On 09.03.2010, at 13:15, Domingo Alvarez Duarte wrote:
> I want to have one screen using Fl_Tile and want after setting it's sizes to
> maintain the proportion when the window is resized, but actually the bottom
> group is always resized to fill the parent window instead of all tiles grow
> proportionally.
No, Fl_Tile orks differently. This would be a nice option though. You could
probably combine the Fl_Group and the Fl_Tile behaviour writing something like
this:
void My_Tile::resize(int x, int y, int w, int h) {
Fl_Group::resize(x, y, w, h);
}
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk