Copyright (C) 2009 Feynman Software.
| #define NCSF_LSTITM_FOLD (0x0001<<NCSF_ITMMNG_SHIFT) |
fold item.
Definition at line 46 of file mlistitem.h.
| #define NCSF_LSTITM_PRIVBKCOL (0x0002<<NCSF_ITMMNG_SHIFT) |
background for item.
Definition at line 52 of file mlistitem.h.
| #define NCSF_LSTITM_PRIVFGCOL (0x0004<<NCSF_ITMMNG_SHIFT) |
foreground for item.
Definition at line 58 of file mlistitem.h.
| #define NCSF_LSTITM_SHIFT (NCSF_ITMMNG_SHIFT + 3) |
The bits used by mListItem in flags.
Definition at line 64 of file mlistitem.h.
| enum mListItemProp |
The properties id of mListItem.
| NCSP_LSTITM_NRCHILD |
The number of children. |
| NCSP_LSTITM_DEPTH |
The depth. |
| NCSP_LSTITM_RHEIGHT |
The height when item can be visible. |
| NCSP_LSTITM_MAX |
The maximum value of listitem properties id. |
Definition at line 178 of file mlistitem.h.
The instance of mListItemClass.
1.6.3