MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Modules | |
Styles of edit control | |
Messages of edit control | |
Notification codes of edit control | |
Macros | |
#define | CTRL_EDIT ("edit") |
The class name of simple single-line editor box. More... | |
#define | CTRL_SLEDIT ("sledit") |
The class name of single-line editor box. More... | |
#define | CTRL_BIDISLEDIT ("bidisledit") |
The class name of BIDI single-line editor box. More... | |
#define | CTRL_MLEDIT ("mledit") |
The class name of multiple-line editor box. More... | |
#define | CTRL_MEDIT ("medit") |
Another class name of multiple-line editor box. More... | |
#define | EC_LEFTMARGIN 0x0001 |
Value of wParam. Specifies the left margins to set. More... | |
#define | EC_RIGHTMARGIN 0x0002 |
Value of wParam. Specifies the right margins to set. More... | |
#define | EC_USEFONTINFO 0xffff |
Value of wParam. Specifies the user font info to set. More... | |
#define | EMSIS_COMPOSITIONSTRING 0x0001 |
Indicates the type of status to retrieve. More... | |
#define | EIMES_GETCOMPSTRATONCE 0x0001 |
lParam for EMSIS_COMPOSITIONSTRING(reserved). More... | |
#define | EIMES_CANCELCOMPSTRINFOCUS 0x0002 |
lParam for EMSIS_COMPOSITIONSTRING(reserved). More... | |
#define | EIMES_COMPLETECOMPSTRKILLFOCUS 0x0004 |
lParam for EMSIS_COMPOSITIONSTRING(reserved). More... | |
#define CTRL_BIDISLEDIT ("bidisledit") |
#define CTRL_EDIT ("edit") |
#define CTRL_MEDIT ("medit") |
#define CTRL_MLEDIT ("mledit") |
#define CTRL_SLEDIT ("sledit") |
#define EC_LEFTMARGIN 0x0001 |
#define EC_RIGHTMARGIN 0x0002 |
#define EC_USEFONTINFO 0xffff |
#define EIMES_CANCELCOMPSTRINFOCUS 0x0002 |
lParam for EMSIS_COMPOSITIONSTRING(reserved).
#define EIMES_COMPLETECOMPSTRKILLFOCUS 0x0004 |
lParam for EMSIS_COMPOSITIONSTRING(reserved).
#define EIMES_GETCOMPSTRATONCE 0x0001 |
lParam for EMSIS_COMPOSITIONSTRING(reserved).