Stan wrote: > Can anyone offer some guidance on when exactly to call [init_sizes]? > My docs say > ".. If you rearrange the widgets in your group, call this method to > register the new arrangement with the Fl_Group that contains them." > > So, for instance, suppose I do something like this: > [ loop example elided ] > Am I supposed to call my_group->init_sizes() before the loop? > After the loop? Inside the loop? After the insert? Never?
When in doubt, check Greg's Cheat Sheet :-) Does this example help? http://seriss.com/people/erco/fltk/#ScrollableWidgetBrowser Cheers Duncan ================================================================================================ This message and any attachments are intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is prohibited. If you received this message in error, please delete it from your system and notify the sender. E-mails can be altered and their integrity cannot be guaranteed. ESA shall not be liable for any e-mail if modified. ================================================================================================= _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

