mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
struct | mItem |
The structure of mItem. It is the abstract superclass of all items occur within specific controls. For example, a listbox will contain string or bitmap items. More... | |
struct | mItemClass |
The virtual function table of mItemClass. More... | |
Macros | |
#define | hEditor HWND |
The handle of item editor. More... | |
#define | NCSF_ITEM_SHIFT 4 |
The bits used by mItem in flags. More... | |
#define | NCSF_ITEM_MASK 0xFFFF |
The mask of item flags. More... | |
#define | NCSF_ITEM_NORMAL 0x0000 |
Normal item. More... | |
#define | NCSF_ITEM_SELECTED 0x0001 |
Selected item. More... | |
#define | NCSF_ITEM_DISABLED 0x0002 |
Disabled item. More... | |
#define | NCSF_ITEM_USEBITMAP 0x0004 |
The item with bitmap. More... | |
#define | NCSF_ITEM_USEICON 0x0008 |
The item with icon. More... | |
#define | NCSF_ITEM_IMAGEMASK (NCSF_ITEM_USEBITMAP | NCSF_ITEM_USEICON) |
The mask of item image/icon style. More... | |
Typedefs | |
typedef GHANDLE | HITEM |
The handle of item widget. More... | |
Enumerations |
Variables | |
MGNCS_EXPORT mItemClass | g_stmItemCls |
The instance of mItemClass. More... | |
#define NCSF_ITEM_IMAGEMASK (NCSF_ITEM_USEBITMAP | NCSF_ITEM_USEICON) |
enum mItemProp |
g_stmItemCls |
The instance of mItemClass.