class csScrollBar : public csComponent The ScrollBar component class is used to scroll left/right or up/down windows whose content does not fit into their size
The ScrollBar component class is used to scroll left/right or up/down windows whose content does not fit into their size. If scroll bar's width is bigger than its height, it becomes a horizontal scroll bar, otherwise it is a vertical scroll bar. A scroll bar notifies its parent with a command event when user requests (using mouse) to scroll window contents. Parent can set scroll bar's position/range using command messages.
csButton* topleft
csTimer* timer
int active_button
bool IsHorizontal
bool TrackScroller
int scrollerdx
int activepixlen
static csSprite2D* sprarrows[12]
static csSprite2D* sprscroller[2]
csScrollBarStatus status
csScrollBar(csComponent *iParent, csScrollBarFrameStyle iFrameStyle = cssfsThickRect)
~csScrollBar()
virtual void Draw()
virtual bool HandleEvent(csEvent &Event)
virtual bool SetRect(int xmin, int ymin, int xmax, int ymax)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de