The notification id of mAbstractList.
More...The properties id of mAbstractList.
More...Copyright (C) 2009 Feynman Software.
| #define NCSS_ASTLST_AUTOSORT (0x0001<<NCSS_SWGT_SHIFT) |
Sort nodes automatically.
Definition at line 56 of file mabstractlist.h.
| #define NCSS_ASTLST_SHIFT (NCSS_SWGT_SHIFT+1) |
The bits used by mAbstractList in style.
Definition at line 62 of file mabstractlist.h.
| enum mAbstractListNotify |
The notification id of mAbstractList.
| NCSN_ASTLST_MAX |
The maximum value of mAbstractList notification code id. |
Definition at line 219 of file mabstractlist.h.
The properties id of mAbstractList.
| NCSP_ASTLST_DEFNODEHEIGHT |
The default node height. It should be implemented by subclass. |
| NCSP_ASTLST_FONTSIZE |
The window font size. RO. |
| NCSP_ASTLST_AUTOSORT |
Whether the window sorts nodes automatically or not. RO. |
| NCSP_ASTLST_TRANSPARENT |
Whether the window is transparent or not. RO. |
| NCSP_ASTLST_CMPNODEFUNC |
The node comparision function. (NCS_CB_CMPNODE) |
| NCSP_ASTLST_ROOTNODE |
The root node. RO. |
| NCSP_ASTLST_MAX |
The maximum value of mAbstractList properties id. |
Definition at line 231 of file mabstractlist.h.
| mAbstractList * mAbstractList_getControl | ( | mNode * | node | ) |
Get the associated control handle of the specified node.
| node | The specified node. |
The instance of mAbstractListClass.
1.6.3