Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "178) How do I unset an XmToggleButton in a radio box? If a radio-"
Next document is "180) How do I make a menu choice insensitive if it was created with"

179) Can I place a radio box in a pulldown menu?

[Last modified: May 97]

Answer:  You cannot place a XmRowColumn widget child in a menu pane.  Since
the menu pane itself is a XmRowColumn widget, however, you can enable
XmNradioBehavior on it.  This only works if all of the menu items are radio
buttons.

An alternative is to manage your radio behavior via your button callback
functions.  This is more work, but much more flexible.

Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "178) How do I unset an XmToggleButton in a radio box? If a radio-"
Next document is "180) How do I make a menu choice insensitive if it was created with"