|
mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mEdit |
| the edit struct of edit control, derived from mScrollView. More... | |
| struct | mEditClass |
| the VTable of mEdit, derived from mScrollViewClass. More... | |
| struct | mEditRenderer |
| Edit class's Renderer interface, derived from mScrollViewRenderer. More... | |
Macros | |
| #define | NCSS_EDIT_LEFT (0x0000L<<NCSS_SCRLV_SHIFT) |
| left align edit More... | |
| #define | NCSS_EDIT_CENTER (0x0001L<<NCSS_SCRLV_SHIFT) |
| center align edit More... | |
| #define | NCSS_EDIT_RIGHT (0x0002L<<NCSS_SCRLV_SHIFT) |
| right align edit More... | |
| #define | NCSS_EDIT_UPPERCASE (0x0004L<<NCSS_SCRLV_SHIFT) |
| uppercase edit More... | |
| #define | NCSS_EDIT_LOWERCASE (0x0008L<<NCSS_SCRLV_SHIFT) |
| lowercase edit More... | |
| #define | NCSS_EDIT_NOHIDESEL (0x0010L<<NCSS_SCRLV_SHIFT) |
| When lose the focus, it is still selected. More... | |
| #define | NCSS_EDIT_READONLY (0x0020L<<NCSS_SCRLV_SHIFT) |
| readonly More... | |
| #define | NCSS_EDIT_BASELINE (0x0040L<<NCSS_SCRLV_SHIFT) |
| show text with base line. More... | |
Enumerations |
Variables | |
| MGNCS_EXPORT mEditClass | g_stmEditCls |
| the instance of mEditClass More... | |
| #define NCSS_EDIT_BASELINE (0x0040L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_CENTER (0x0001L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_LEFT (0x0000L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_LOWERCASE (0x0008L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_NOHIDESEL (0x0010L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_READONLY (0x0020L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_RIGHT (0x0002L<<NCSS_SCRLV_SHIFT) |
| #define NCSS_EDIT_UPPERCASE (0x0004L<<NCSS_SCRLV_SHIFT) |
| enum mEditNotify |
Edit Notify Code :
| enum mEditProp |
| g_stmEditCls |
the instance of mEditClass
1.8.11