wxScrollBar
(wx)See external documentation: wxScrollBar.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxScrollBar()
See
new(Parent, Id) -> wxScrollBar()
Parent = wxWindow() (see module wxWindow)Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[Option]) -> wxScrollBar()
Parent = wxWindow() (see module wxWindow)Id = integer()Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
See
create(This, Parent, Id) -> boolean()
This = wxScrollBar()Parent = wxWindow() (see module wxWindow)Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Option::[Option]) -> boolean()
This = wxScrollBar()Parent = wxWindow() (see module wxWindow)Id = integer()Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
See
getRange(This) -> integer()
This = wxScrollBar()
See
getPageSize(This) -> integer()
This = wxScrollBar()
See
getThumbPosition(This) -> integer()
This = wxScrollBar()
See
getThumbSize(This) -> integer()
This = wxScrollBar()
See
setThumbPosition(This, ViewStart) -> ok
This = wxScrollBar()ViewStart = integer()
See
setScrollbar(This, Position, ThumbSize, Range, PageSize) -> ok
This = wxScrollBar()Position = integer()ThumbSize = integer()Range = integer()PageSize = integer()
Equivalent to setScrollbar(This, Position, ThumbSize, Range, PageSize, []).
setScrollbar(This, Position, ThumbSize, Range, PageSize, Option::[Option]) -> ok
This = wxScrollBar()Position = integer()ThumbSize = integer()Range = integer()PageSize = integer()Option = {refresh, boolean()}
See
destroy(This::wxScrollBar()) -> ok
Destroys this object, do not use object again