renderguy wrote: > Hi all, > > Further to my previous post (creating a small app with Fluid 1.1.7 for use > under OS X, Linux and Windows), is there some way I can use 'Fl_Sys_Menu_Bar' > menus within Fluid instead of the default 'Fl_Menu_Bar'? > > From my tests it seems that if I modify the .cpp and .h output from Fluid to > use the former type of menu (*Sys*) it will default to a regular menu on > non-OS X platforms - Which is perfect, assuming I can get it to work within > Fluid first! ;-)
Just set the class for the menubar widget to Fl_Sys_Menu_Bar -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

