MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | NTB_OKAY 0 |
#define | NTB_ERR (-1) |
#define | NTB_ERR_SPACE (-2) |
#define | NTB_ERR_DUPID (-3) |
#define | NTBM_ADDITEM 0xFE00 |
Adds an item to a newtoolbar. More... | |
#define | NTBM_GETITEM 0xFE01 |
Retrives the information of an item in a newtoolbar control. More... | |
#define | NTBM_SETITEM 0xFE02 |
Set the information of an item in a newtoolbar control. More... | |
#define | NTBM_ENABLEITEM 0xFE03 |
Enables/Disables an item in a newtoolbar control. More... | |
#define | NTBM_SETBITMAP 0xFE04 |
Set the bitmap of a newtoolbar control. More... | |
#define NTB_ERR (-1) |
Newtoolbar return value
Definition at line 301 of file newtoolbar.h.
#define NTB_ERR_DUPID (-3) |
Newtoolbar return value
Definition at line 305 of file newtoolbar.h.
#define NTB_ERR_SPACE (-2) |
Newtoolbar return value
Definition at line 303 of file newtoolbar.h.
#define NTB_OKAY 0 |
Newtoolbar return value
Definition at line 299 of file newtoolbar.h.
#define NTBM_ADDITEM 0xFE00 |
Adds an item to a newtoolbar.
ntbii | Pointer to the data storing the newtoobar item info. |
Definition at line 325 of file newtoolbar.h.
#define NTBM_ENABLEITEM 0xFE03 |
Enables/Disables an item in a newtoolbar control.
id | The identifier of the item. |
enable | True to enable item; false to disable item. |
Definition at line 385 of file newtoolbar.h.
#define NTBM_GETITEM 0xFE01 |
Retrives the information of an item in a newtoolbar control.
id | The identifier of the item. |
ntbii | Pointer to the data storing the newtoobar item info. |
Definition at line 345 of file newtoolbar.h.
#define NTBM_SETBITMAP 0xFE04 |
Set the bitmap of a newtoolbar control.
ntbi | The structure for storing the newtoobar info. |
Definition at line 403 of file newtoolbar.h.
#define NTBM_SETITEM 0xFE02 |
Set the information of an item in a newtoolbar control.
id | The identifier of the item. |
ntbii | The structure for storing the newtoobar item info. |
Definition at line 365 of file newtoolbar.h.