mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
struct | mSlEdit |
the single line control, derived from mEdit. More... | |
struct | mSlEditClass |
the VTable of mSlEdit, derived from mEditClass. More... | |
struct | mSlEditRenderer |
SlEdit class's Renderer interface, derived from mEditRenderer. More... | |
Macros | |
#define | NCSS_SLEDIT_PASSWORD (0x0001L<<NCSS_EDIT_SHIFT) |
Displays an asterisk (*) for each character typed into the edit control. More... | |
#define | NCSS_SLEDIT_AUTOSELECT (0x0002L<<NCSS_EDIT_SHIFT) |
Selects all text when getting focus. More... | |
Enumerations |
Variables | |
MGNCS_EXPORT mSlEditClass | g_stmSlEditCls |
the instance of mSlEditClass More... | |
#define NCSS_SLEDIT_AUTOSELECT (0x0002L<<NCSS_EDIT_SHIFT) |
#define NCSS_SLEDIT_PASSWORD (0x0001L<<NCSS_EDIT_SHIFT) |
enum mSlEditNotify |
enum mSlEditProp |
g_stmSlEditCls |
the instance of mSlEditClass