#include <mi32/xdefns.h>
Public Attributes | |
| Pixel | BackgroundPixel |
| XtCallbackProc | callback |
| void * | callback_data |
| const char * | ClassName |
| UINT32 | flags |
| const char * | help |
| UINT32 | icid |
| const char * | IconName |
| char * | label |
| Widget | pbwidget |
| Widget * | pwidget |
| const MIUNICODE * | ToolTip |
| void * | userdata |
Background color of icon if MxBUTTON_BACKGROUND_PIXEL is set.
Callback function; NULL if none.
client_data for callback() if NULL passed to MxCreateButtonRow
| const char* BUTTONITEM::ClassName |
if not NULL, will override "class" passed to MxCreateIconButtonXXXX
see below
| const char* BUTTONITEM::help |
Help id.
Interface Component ID for customization.
| const char* BUTTONITEM::IconName |
name of the bitmap fill pattern to use for the icon (16 chars max)
| char* BUTTONITEM::label |
the label for the item
Widget BUTTONITEM::pbwidget [mutable] |
Widget created.
If non-NULL, pointed-to value will be set to widget when created.
| const MIUNICODE* BUTTONITEM::ToolTip |
ToolTip string for override.
| void* BUTTONITEM::userdata |
Used to set userData resource if NULL passed to MxCreateButtonRow.
1.6.1