Scroll bar drawing mode in ScrollWidget.
More...The properties id of mScrollWidget.
More...The notification code id of mScrollWidget.
More...Copyright (C) 2009 Feynman Software.
#define NCSCTRL_SCROLLWIDGET NCSCLASSNAME("scrollwidget") |
the name of mScrollWidget control
Definition at line 44 of file mscroll_widget.h.
#define NCSS_SWGT_SHIFT NCSS_WIDGET_SHIFT |
The bits used by mScrollWidget in style.
Definition at line 301 of file mscroll_widget.h.
enum mScrollWidgetNotify |
The notification code id of mScrollWidget.
NCSN_SWGT_MAX |
The maximum value of mScrollWidget notification code id. |
Definition at line 307 of file mscroll_widget.h.
enum mScrollWidgetProp |
The properties id of mScrollWidget.
NCSP_SWGT_CONTWIDTH |
The content width. |
NCSP_SWGT_CONTHEIGHT |
The content height. |
NCSP_SWGT_CONTX |
The x coordination of current content. |
NCSP_SWGT_CONTY |
The y coordination of current content. |
NCSP_SWGT_HSTEPVALUE |
The horizontal step value. |
NCSP_SWGT_VSTEPVALUE |
The vertical step value. |
NCSP_SWGT_VISWIDTH |
The visual width of content. |
NCSP_SWGT_VISHEIGHT |
The visual height of content. |
NCSP_SWGT_MARGINRECT |
The rectangle information of margins. |
NCSP_SWGT_DRAWMODE |
The scrollbar drawing mode. |
NCSP_SWGT_MAX |
The maximum value of mScrollWidget properties id. |
Definition at line 249 of file mscroll_widget.h.
enum ncsSwgtDrawMode |
Scroll bar drawing mode in ScrollWidget.
NCSID_SWGT_AUTO |
The scroll bar is shown or hidded automatically. |
NCSID_SWGT_ALWAYS |
The scroll bar is always visible. |
NCSID_SWGT_NEVER |
The scroll bar is never visbile. |
Definition at line 54 of file mscroll_widget.h.
The instance of mScrollWidgetClass.