| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v4.0.0
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Modules | |
| Styles of NewToolBar control | |
| Messages of NewToolBar control | |
Data Structures | |
| struct | _NTBINFO | 
| struct | _NTBITEMINFO | 
Macros | |
| #define | CTRL_NEWTOOLBAR ("newtoolbar") | 
| The class name of newtoolbar control.  More... | |
| #define | NTBIF_DISABLED 0x0010 | 
| The item is disabled.  More... | |
| #define | NTBIF_CHECKED 0x0020 | 
| The item is checked.  More... | |
Typedefs | |
| typedef struct _NTBINFO | NTBINFO | 
| typedef void(* | HOTSPOTPROC) (HWND hwnd, int id, const RECT *cell, int x, int y) | 
| Type of the hotspot-clicked callback procedure.  More... | |
| typedef struct _NTBITEMINFO | NTBITEMINFO | 
| typedef NTBITEMINFO * | PNTBITEMINFO | 
| Data type of pointer to a NTBITEMINFO;.  More... | |
| #define CTRL_NEWTOOLBAR ("newtoolbar") | 
The class name of newtoolbar control.
Definition at line 96 of file newtoolbar.h.
| #define NTBIF_CHECKED 0x0020 | 
The item is checked.
Definition at line 168 of file newtoolbar.h.
| #define NTBIF_DISABLED 0x0010 | 
The item is disabled.
Definition at line 163 of file newtoolbar.h.
Type of the hotspot-clicked callback procedure.
| hwnd | The handle to the control. | 
| id | The identifier of the button in the NewToolBar control. | 
| cell | The rectangle of the button in screen coordinates. | 
| x | The x-coordinate of the mouse down point. | 
| y | THe y-coordinate of the mouse down point. | 
Definition at line 145 of file newtoolbar.h.
| typedef struct _NTBITEMINFO NTBITEMINFO | 
Structure of the new toolbar item info
Data type of pointer to a NTBITEMINFO;.
Definition at line 240 of file newtoolbar.h.
 1.8.13