On 23 Mar 2007, at 20:26, gga wrote: > I was wondering if anyone had developed a portable library to allow > marshalling of fltk widgets. Or if someone could recommend a good way > to do it under fltk2. > What I mean by that is a library that allows saving out the widget > positions, parenting relationships, images and others onto a > configuration file.
As far as storing the widget positions and sizes (and if by that you mean run-time changes) then I have had some success storing widget information using Fl_Preferences. As to using that to create, dynamically, a user-editable UI, I'm not sure how compatible that might be with Fast and Light... But perhaps that is not what you are asking for? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

