mItem
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...
Defines
Typedefs
- typedef GHANDLE HITEM
- The handle of item widget.
Enumerations
Variables
Detailed Description
- Id
- mitem.h 641 2009-11-10 01:48:49Z xwyan
Copyright (C) 2009 Feynman Software.
Define Documentation
The handle of item editor.
Definition at line 52 of file mitem.h.
#define NCSF_ITEM_DISABLED 0x0002 |
Disabled item.
Definition at line 82 of file mitem.h.
#define NCSF_ITEM_IMAGEMASK (NCSF_ITEM_USEBITMAP | NCSF_ITEM_USEICON) |
The mask of item image/icon style.
Definition at line 100 of file mitem.h.
#define NCSF_ITEM_MASK 0xFFFF |
The mask of item flags.
Definition at line 64 of file mitem.h.
#define NCSF_ITEM_NORMAL 0x0000 |
Normal item.
Definition at line 70 of file mitem.h.
#define NCSF_ITEM_SELECTED 0x0001 |
Selected item.
Definition at line 76 of file mitem.h.
#define NCSF_ITEM_SHIFT 4 |
The bits used by mItem in flags.
Definition at line 58 of file mitem.h.
#define NCSF_ITEM_USEBITMAP 0x0004 |
The item with bitmap.
Definition at line 88 of file mitem.h.
#define NCSF_ITEM_USEICON 0x0008 |
The item with icon.
Definition at line 94 of file mitem.h.
Typedef Documentation
The handle of item widget.
Definition at line 46 of file mitem.h.
Enumeration Type Documentation
The properties id of mItem.
- Enumerator:
NCSP_ITEM_HEIGHT |
The height of item.
|
NCSP_ITEM_FLAGS |
The flags of item.
|
NCSP_ITEM_MAX |
The maximum value of mItem properties id.
|
Definition at line 254 of file mitem.h.
Variable Documentation