> On 3 Mar 2007, at 15:22, Michael Sweet wrote: > > 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. > > Yes, Mike's Fl_Group method pretty much nails it...
Ian and Mike, I'm not using Fluid, I'm setting up the menu like this: m = new Fl_Menu_Bar(0, 0, opts.width(), 30); and populating it from one of 3 static structures. So, I'd have to make a group and have say mLeft and mRight? I really appreciate the quick responses! Thanks, /Ed _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

