Hi, Is there any way to, for example, first create a few menu items then create a menu and then add each menu item previously created to this menu then create a menu bar and add to it the menu previously created (with all the menu items) - all dynamically on heap - instead of defining arrays. I don't see any functions like Menu::add(MenuItem *mi), MenuBar::add(Menu *m), etc. All functions take pointers to char strings. Any help?
Best, Asif _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

