mScrollWidget Struct Reference
[mScrollWidget]
The structure of mScrollWidget control, which derived from mWidget. It is the abstract superclass of all classes which represent controls that have standard scroll bars.
More...
#include <mscroll_widget.h>
Detailed Description
The structure of mScrollWidget control, which derived from mWidget. It is the abstract superclass of all classes which represent controls that have standard scroll bars.
- stepHVal
The horizontal step value.
- stepVVal
The vertical step value.
- contX
The x position of current content.
- contY
The y position of current content.
- contWidth
The content width.
- contHeight
The content height.
- visWidth
The visible content width.
- visHeight
The visible content height.
- leftMargin
The value of left margin.
- topMargin
The value of top margin.
- rightMargin
The value of right margin.
- bottomMargin
The value of bottom margin.
- drawMode
The scrollbar drawing mode. It can be one of the following values:
- NCSID_SWGT_AUTO
The scroll bar is shown or hided automatically.
- NCSID_SWGT_ALWAYS
The scroll bar is always visible.
- NCSID_SWGT_NEVER
The scroll bar is never visbile.
The documentation for this struct was generated from the following file: