#include <mi32/xdefns.h>
Public Attributes | |
| XtCallbackProc | callback |
| void * | callback_data |
| unsigned long | flags |
| const char * | help |
| UINT32 | icid |
| char * | label |
| Widget * | pwidget |
| const MENUITEM * | subitems |
| void * | userdata |
| Widget | widget |
|
|
Callback function; NULL if none.
|
|
|
client_data for callback()
|
|
|
Must be same size as pointer for proper alignment on the DEC Alpha.
|
|
|
Help id.
|
|
|
Interface Component ID for customization.
|
|
|
Label for the item, if "-" a separator will be generated, NULL to indicate end of array.
|
|
|
If non-NULL, pointed-to value will be set to widget when created.
|
|
|
Submenu items; NULL if none.
|
|
|
Used to set userData resource if NULL passed to MxCreateMenuBar.
|
|
|
Widget created for this menu item.
|
1.3.8-20040913