wxScrollBar
Creation Parameters
- atom parent
- integer id [= -1]
- integer x [= -1]
- integer y [= -1]
- integer cx [= -1]
- integer cy [= -1]
- atom style [= wxSB_HORIZONTAL]
- wxSB_HORIZONTAL
- wxSB_VERTICAL
Functions/Procedures
Supertopics
Subtopics
wxScrollBar
Category:
wxScrollBar
Returns the page size of the scrollbar. This is the number of scroll units that will be scrolled when the user pages up or down.
Often it is the same as the thumb size.
wxScrollBar
Category:
wxScrollBar
Returns the current position of the scrollbar.
wxScrollBar
Category:
wxScrollBar
Returns the length of the scrollbar.
wxScrollBar
Category:
wxScrollBar
Returns the thumb or 'view' size.
wxScrollBar
[proc]
set_scrollbar ( atom scroll, atom position, atom thumbSize, atom range, atom pageSize, atom refresh )
Category:
wxScrollBar
Sets the scrollbar properties.
- position The position of the scrollbar in scroll units.
- thumbSize The size of the thumb, or visible portion of the scrollbar, in scroll units.
- range The maximum position of the scrollbar.
- pageSize The size of the page size in scroll units. This is the number of units the scrollbar will scroll when it is paged up or down.
Often it is the same as the thumb size.
- refresh true to redraw the scrollbar, false otherwise.
wxScrollBar
Category:
wxScrollBar
Sets the position of the scrollbar.