|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <iconview.h>
Data Fields | |
| int | nItem |
| PBITMAP | bmp |
| const char * | label |
| DWORD | addData |
| DWORD | dwFlags |
Structure of the iconview item info, contains information about an item. This structure is used for creating or retrieving an item.
Definition at line 102 of file iconview.h.
| DWORD addData |
Attached additional data of this item
Definition at line 120 of file iconview.h.
| PBITMAP bmp |
The bitmap icon of the item
Definition at line 112 of file iconview.h.
| DWORD dwFlags |
Reserved
Definition at line 125 of file iconview.h.
| const char* label |
The text label of the item
Definition at line 117 of file iconview.h.
| int nItem |
The Index of the item
Definition at line 107 of file iconview.h.
1.8.13