Looking at the menu_generated code a bit more it seems that use of any  
static structure isn't a good solution at all because it prevents derived  
classes to work properly, because if we derive a window with a menubar and  
make some changes on it's menus like changing callbacks or renaming  
entries this changes will reflect on the base class too and probably we  
don't want that.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to