Resource Name
|
Description
|
Value(s)
|
buttons
|
An array of strings specifying the item labels.
|
String
String is ignored for separators, but must be present.
|
buttonType
|
An array of constants specifying the item types.
|
XmCASCADEBUTTON
A cascade button for a submenu
Default type for menu bar
XmPUSHBUTTON
A normal menu item
Default type for menu
XmSEPARATOR
A line separating menu items
XmDOUBLESEPARATOR
A double line separating items
XmRADIOBUTTON
A radio-button menu item
XmCHECKBUTTON
A check-button menu item
XmTITLE
A title menu item
|
buttonMnemonics
|
An array of characters specifying the item mnemonics.
|
Character
Character is ignored if it is not in the corresponding item string. The code "0 asCharacter" is useful for specifying no mnemonic.
|
postFromButton
|
Only used for pull-down menu creation. An integer specifying the zero-based index of the cascade button specified as the parent of the pull-down menu.
|
Integer
|