mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Go to the documentation of this file.
54 #ifndef _MGUI_CTRL_SCRLV_H
55 #define _MGUI_CTRL_SCRLV_H
88 #define NCSCTRL_SCROLLVIEW NCSCLASSNAME("scrollview")
94 #define NCSS_SCRLV_SHIFT (NCSS_ITEMV_SHIFT)
100 #define NCSS_SCRLV_UPNOTIFY NCSS_ITEMV_UPNOTIFY
106 #define NCSS_SCRLV_LOOP NCSS_ITEMV_LOOP
112 #define NCSS_SCRLV_SORT NCSS_ITEMV_AUTOSORT
114 #define mScrollViewHeader(className) \
115 mItemViewHeader(className)
127 #define mScrollViewClassHeader(clsName, parentClass) \
128 mItemViewClassHeader(clsName, parentClass) \
129 HITEM (*addItem)(clsName*, NCS_SCRLV_ITEMINFO *info, int *pos);
140 struct _mScrollViewClass
145 #define mScrollViewRendererHeader(clsName, parentClass) \
146 mItemViewRendererHeader(clsName, parentClass)
153 struct _mScrollViewRenderer {
The structure of mItemView control, which derived from mScrollWidget. It is the abstract superclass o...