#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.
| void* MENUITEM::callback_data |
client_data for callback()
| unsigned long MENUITEM::flags |
Must be same size as pointer for proper alignment on the DEC Alpha.
| const char* MENUITEM::help |
Help id.
Interface Component ID for customization.
char* MENUITEM::label [mutable] |
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.
| const MENUITEM* MENUITEM::subitems |
Submenu items; NULL if none.
| void* MENUITEM::userdata |
Used to set userData resource if NULL passed to MxCreateMenuBar.
Widget MENUITEM::widget [mutable] |
Widget created for this menu item.
1.6.1