MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | MBN_ERRSPACE 255 |
Sends when memory space error occures. More... | |
#define | MBN_CHANGED 1 |
Sends when selected item changes. More... | |
#define | MBN_SELECTED 2 |
Sends when an item is selected. More... | |
#define | MBN_STARTMENU 4 |
Sends when starting tracking popup menu. More... | |
#define | MBN_ENDMENU 5 |
Sends when ending tracking popup menu. More... | |
#define | MBN_CLICKED 6 |
Sends when the user clicked the menubutton but not active the menu. More... | |
#define MBN_CHANGED 1 |
Sends when selected item changes.
Definition at line 367 of file menubutton.h.
#define MBN_CLICKED 6 |
Sends when the user clicked the menubutton but not active the menu.
Definition at line 391 of file menubutton.h.
#define MBN_ENDMENU 5 |
Sends when ending tracking popup menu.
Definition at line 385 of file menubutton.h.
#define MBN_ERRSPACE 255 |
Sends when memory space error occures.
Definition at line 361 of file menubutton.h.
#define MBN_SELECTED 2 |
Sends when an item is selected.
Definition at line 373 of file menubutton.h.
#define MBN_STARTMENU 4 |
Sends when starting tracking popup menu.
Definition at line 379 of file menubutton.h.