|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <menubutton.h>
Data Fields | |
| DWORD | which |
| const char * | text |
| PBITMAP | bmp |
| DWORD | data |
Structure of the menubutton item
Definition at line 109 of file menubutton.h.
| PBITMAP bmp |
Item bitmap
Definition at line 123 of file menubutton.h.
| DWORD data |
Attached data
Definition at line 125 of file menubutton.h.
| const char* text |
Item string
Definition at line 121 of file menubutton.h.
| DWORD which |
Which fields are valid when sets/retrives the item information (ignored when add item). It can be OR'd with the following values:
Definition at line 119 of file menubutton.h.
1.8.13