wxScrollBar
Module
Module Summary
Description
See external documentation: wxScrollBar.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxScrollBar()
new(Parent, Id) -> wxScrollBar()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxScrollBar()
Types
create(This, Parent, Id) -> boolean()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types
Types
getPageSize(This) -> integer()
Types
getThumbPosition(This) -> integer()
Types
getThumbSize(This) -> integer()
Types
setThumbPosition(This, ViewStart) -> ok
setScrollbar(This, Position, ThumbSize, Range, PageSize) -> ok
Types
Equivalent to setScrollbar(This, Position, ThumbSize, Range, PageSize, []).
setScrollbar(This, Position, ThumbSize, Range, PageSize, Options::[Option]) -> ok
Types
destroy(This::wxScrollBar()) -> ok