On May 2, 2007, at 11:57 PM, Barry Branham wrote: > I'm using V2 (r5764). > > I'd like to have multiple seperate groups of radio buttons in the > same drop down menu (ItemGroup) without having the radio group act > like a submenu (with the little triangles on the right) and > creating a heirarchy of menus. I just want one flat menu with some > of the items having radio behaviour. > > Can anyone tell me how to do this?
If you put multiple items right below each other and mark them as radio buttons, they will be treated like a group. If you separate them by a separator line or a non0radio-button, you will get multiple groups of radio buttons. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

