The properties id of mScrollView.
More...The notification code id of mScrollView.
More...Copyright (C) 2009 Feynman Software.
#define NCSCTRL_SCROLLVIEW NCSCLASSNAME("scrollview") |
The control class name of mScrollView.
Definition at line 59 of file mscrollview.h.
#define NCSS_SCRLV_LOOP NCSS_ITEMV_LOOP |
Definition at line 77 of file mscrollview.h.
#define NCSS_SCRLV_SHIFT (NCSS_ITEMV_SHIFT) |
The bits used by mScrollView in style.
Definition at line 65 of file mscrollview.h.
#define NCSS_SCRLV_SORT NCSS_ITEMV_AUTOSORT |
Definition at line 83 of file mscrollview.h.
#define NCSS_SCRLV_UPNOTIFY NCSS_ITEMV_UPNOTIFY |
Definition at line 71 of file mscrollview.h.
typedef struct _NCS_SCRLV_ITEMINFO NCS_SCRLV_ITEMINFO |
The structure of scrollview item information.
enum mScrollViewNotify |
The notification code id of mScrollView.
NCSN_SCRLV_CLICKED |
Mouse clicked |
NCSN_SCRLV_SELCHANGED |
Selected item changed. |
NCSN_SCRLV_SELCHANGING |
Selected item is changing. |
NCSN_SCRLV_MAX |
The maximum value of mScrollView notification code id. |
Definition at line 144 of file mscrollview.h.
enum mScrollViewProp |
The properties id of mScrollView.
NCSP_SCRLV_MAX |
The maximum value of mScrollView properties id. |
Definition at line 132 of file mscrollview.h.
The instance of mScrollViewClass.