Brian wrote:
> I have some sample automatic layout code that reads like the below sample:
>
> http://pastebin.com/raUiiWKU
>
> Does this type of syntax for layout actually interest anyone?
>
> Note the following functions:
>
> void presize();  // overloaded presize
>
> GroupLayout
> LayoutHorz
> LayoutVert
> LayoutAdder
> LayoutSpace

I'm interested in a layout manger for fltk 1.3, and to facilitate layout 
managers would be a good idea to have in all classes a default 
constructor without arguments (they initialize with some sensible values 
for width, height, label, x, y).
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to