XmVaCreateSimpleOptionMenu
A RowColumn widget convenience creation function "XmVaCreateSimpleOption\%Menu" "creation functions" "XmVaCreateSimpleOption\%Menu"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A RowColumn widget convenience creation function "XmVaCreateSimpleOption\%Menu" "creation functions" "XmVaCreateSimpleOption\%Menu"
#include <Xm/RowColumn.h> Widget XmVaCreateSimpleOptionMenu( Widget parent, String name, XmString option_label, KeySym option_mnemonic, int button_set, XtCallbackProc callback);
XmVaCreateSimpleOptionMenu creates an instance of a RowColumn widget of type XmMENU_OPTION and returns the associated widget ID. This routine uses the ANSI C variable-length argument list (varargs) calling convention.
This routine creates an OptionMenu and its Pulldown submenu containing PushButtonGadget or CascadeButtonGadget children. The name of each button is button_n, where n is an integer from 0 (zero) to the number of buttons in the menu minus 1. The name of each separator is separator_n, where n is an integer from 0 (zero) to the number of separators in the menu minus 1. Buttons and separators are named and created in the order in which they are specified in the variable portion of the argument list.
The variable portion of the argument list consists of groups of arguments. The first argument in each group is a constant or a string and determines which arguments follow in that group. The last argument in the list must be NULL. Following are the possible first arguments in each group of varargs:
The user can specify resources in a resource file for the automatically created widgets and gadgets of an OptionMenu. The following list identifies the names of these widgets (or gadgets) and the associated OptionMenu areas:
For more information on variable-length argument lists, see the X Toolkit Intrinsics documentation.
A number of resources exist specifically for use with this and other simple menu creation routines. For a complete definition of RowColumn and its associated resources, see XmRowColumn(3).
Returns the RowColumn widget ID.
XmCreateOptionMenu(3), XmCreateRowColumn(3), XmCreateSimpleOptionMenu(3), and XmRowColumn(3).