MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
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 |
Sets 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 |
Sets the bitmap of a newtoolbar control. More... | |
#define NTB_ERR (-1) |
Newtoolbar return value
Definition at line 289 of file newtoolbar.h.
#define NTB_ERR_DUPID (-3) |
Newtoolbar return value
Definition at line 293 of file newtoolbar.h.
#define NTB_ERR_SPACE (-2) |
Newtoolbar return value
Definition at line 291 of file newtoolbar.h.
#define NTB_OKAY 0 |
Newtoolbar return value
Definition at line 287 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 313 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 373 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 333 of file newtoolbar.h.
#define NTBM_SETBITMAP 0xFE04 |
Sets the bitmap of a newtoolbar control.
ntbi | The structure for storing the newtoobar info. |
Definition at line 391 of file newtoolbar.h.
#define NTBM_SETITEM 0xFE02 |
Sets 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 353 of file newtoolbar.h.