MiniGUI API Reference (MiniGUI-Standalone)
v3.2.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 97 of file menubutton.h.
PBITMAP bmp |
Item bitmap
Definition at line 111 of file menubutton.h.
DWORD data |
Attached data
Definition at line 113 of file menubutton.h.
const char* text |
Item string
Definition at line 109 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 107 of file menubutton.h.