DESCRIPTION
See external documentation: wxScrollBar.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
-
- wxScrollBar():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxScrollBar()
-
See external documentation.
new(Parent, Id) -> wxScrollBar()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxScrollBar()
-
Types:
-
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)}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
create(This, Parent, Id) -> boolean()
-
Types:
-
This = wxScrollBar()
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
This = wxScrollBar()
-
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
-
Types:
-
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)}
-
This = wxScrollBar()
-
See external documentation.
getRange(This) -> integer()
-
Types:
-
This = wxScrollBar()
-
This = wxScrollBar()
-
See external documentation.
getPageSize(This) -> integer()
-
Types:
-
This = wxScrollBar()
-
This = wxScrollBar()
-
See external documentation.
getThumbPosition(This) -> integer()
-
Types:
-
This = wxScrollBar()
-
This = wxScrollBar()
-
See external documentation.
getThumbSize(This) -> integer()
-
Types:
-
This = wxScrollBar()
-
This = wxScrollBar()
-
See external documentation.
setThumbPosition(This, ViewStart) -> ok
-
Types:
-
This = wxScrollBar()
ViewStart = integer()
-
This = wxScrollBar()
-
See external documentation.
setScrollbar(This, Position, ThumbSize, Range, PageSize) -> ok
-
Types:
-
This = wxScrollBar()
Position = integer()
ThumbSize = integer()
Range = integer()
PageSize = integer()
-
This = wxScrollBar()
-
Equivalent to setScrollbar(This, Position, ThumbSize, Range, PageSize, []).
setScrollbar(This, Position, ThumbSize, Range, PageSize, Options::[Option]) -> ok
-
Types:
-
This = wxScrollBar()
Position = integer()
ThumbSize = integer()
Range = integer()
PageSize = integer()
Option = {refresh, boolean()}
-
This = wxScrollBar()
-
See external documentation.
destroy(This::wxScrollBar()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>