MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | CBM_ADDITEM 0xFE00 |
Adds a new item in a coolbar control. More... | |
#define | CBM_ENABLE 0xFE01 |
Sets an item to be enabled or disabled. More... | |
#define CBM_ADDITEM 0xFE00 |
Adds a new item in a coolbar control.
newIteminfo | Pointer to the item info structure of the new item to be added. |
#define CBM_ENABLE 0xFE01 |
Sets an item to be enabled or disabled.
id | The identifier of the item to change. |
enabled | TRUE to enable the item, FALSE to disable the item. |