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 —————————————————————————– Subject: 177) How do I make a menu choice insensitive if it was created with XmVaCreateSimplePulldownMenu? [Last modified: Sept 94] Answer: According to the Motif manual, the buttons are named “button_n”, where “n” is an integer starting from 0. You can use XtNameToWidget() to convert these names to widget ID’s.
Related Questions
- The history file doesn have any effect on the Location or Netsite pulldown menu at the top of your browser window. To find out how to clear that, please see How do I clear the Location (Netsite) pulldown menu?
- How do I clear the Location (Netsite) pulldown menu?
- Can I place a radio box in a pulldown menu?