> 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.
You might want to look at Article #415: How does resizing work? http://www.fltk.org/articles.php?L415+I0+T+M100+P1+QResizable You can also look at the resizebox demo in the test directory http://www.fltk.org/documentation.php/doc-1.3/examples.html#resizebox and I'm sure there's a section within the documentation that talks briefly about resizing, but I can't find it at the moment. Note that these are for fltk1 but the same should apply for fltk2. D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

