Edward Arthur wrote: > Hi, > > Is there a way to right justify the "help" menu item on the menu bar? > My preference is to have it docked on the right hand side.
Use a separate menu bar widget for the help menu; group the two menu bars (in a Fl_Group widget), and make the left menu bar the resizable() widget in the parent group. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

