Hello, what is the best approach to making resizeable GUIs with FLTK? 1) user can set window size / maximize 2) user can have other system settings and/or change font size in application
In wxWidgets almost all was done on sizers, which solved this problem fully and for each case. It works sort of like nested tables+alligments in HTML, so is very fluid. What is the best practice for this in FLTK? Say, to have resizable window with 3 areas, top area has 2 buttons centered with size so that they label will fit; rest of the window is halved - middle and bottom area grow, each using 50% of (height of window minus height of top panel). Some nice solution for this already, or should I calculate all "by hand"? If by hand, then perhaps such auto-resize system would be a nice thing to have? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

