MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | NTBS_WITHTEXT 0x000000001L |
Displays text with the item bitmap. More... | |
#define | NTBS_TEXTRIGHT 0x000000002L |
Displays text at the right side of the item bitmap. More... | |
#define | NTBS_DRAWSTATES 0x000000004L |
Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell. More... | |
#define | NTBS_DRAWSEPARATOR 0x000000008L |
Draws the separator bar. More... | |
#define | NTBS_HORIZONTAL 0x00000000L |
The NewToolbar will be displayed horizontally. More... | |
#define | NTBS_VERTICAL 0x00000010L |
The NewToolbar will be displayed vertically. More... | |
#define | NTBS_MULTLINE 0x00000020L |
The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx. More... | |
#define NTBS_DRAWSEPARATOR 0x000000008L |
Draws the separator bar.
Definition at line 258 of file newtoolbar.h.
#define NTBS_DRAWSTATES 0x000000004L |
Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell.
Definition at line 252 of file newtoolbar.h.
#define NTBS_HORIZONTAL 0x00000000L |
The NewToolbar will be displayed horizontally.
Definition at line 264 of file newtoolbar.h.
#define NTBS_MULTLINE 0x00000020L |
The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx.
Definition at line 278 of file newtoolbar.h.
#define NTBS_TEXTRIGHT 0x000000002L |
Displays text at the right side of the item bitmap.
Definition at line 245 of file newtoolbar.h.
#define NTBS_VERTICAL 0x00000010L |
The NewToolbar will be displayed vertically.
Definition at line 270 of file newtoolbar.h.
#define NTBS_WITHTEXT 0x000000001L |
Displays text with the item bitmap.
Definition at line 239 of file newtoolbar.h.