wxScrollBar

wxScrollBar
Creation Parameters
Functions/Procedures
Supertopics
Subtopics

wxScrollBar

[func]
get_scroll_page_size
( atom scroll )

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

[func]
get_scroll_position
( atom scroll )

Category: wxScrollBar

Returns the current position of the scrollbar.


wxScrollBar

[func]
get_scroll_range
( atom scroll )

Category: wxScrollBar

Returns the length of the scrollbar.


wxScrollBar

[func]
get_scroll_thumb_size
( atom scroll )

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.


wxScrollBar

[proc]
set_scroll_position
( atom scroll, atom pos )

Category: wxScrollBar

Sets the position of the scrollbar.