On 9 Nov 2007, at 16:57, malet jean-luc wrote: > It's sometime now that I look to fltk as a gui toolkit and toy > around with it but I couldn't find anywhere how to split the > windows into 2 user resizable part (ie make a frame like view) with > the user beeing able to set the divider position and two part (left > and right if the orientation is horizontal, top/bottom if vertical) > that can be resized...
In fltk, that's called a tile - look for Fl_Tile in the fltk-1 docs, for example. Also see the tile demo in the test directory. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

