mGNCS4Touch API Reference
v1.5.0
A set of mGNCS-compliant controls for devices with a touch screen.
|
#include <miconflow.h>
Data Fields | |
int | index |
PBITMAP | bmp |
const char * | label |
DWORD | addData |
Structure of the iconflow item info, contains information about an item. This structure is used for creating or retrieving an item.
Definition at line 70 of file miconflow.h.
DWORD addData |
Attached additional data of this item
Definition at line 88 of file miconflow.h.
PBITMAP bmp |
The bitmap icon of the item
Definition at line 80 of file miconflow.h.
int index |
The index of the item
Definition at line 75 of file miconflow.h.
const char* label |
The text label of the item
Definition at line 85 of file miconflow.h.