1wxScrollBar(3)             Erlang Module Definition             wxScrollBar(3)
2
3
4

NAME

6       wxScrollBar - See external documentation: wxScrollBar.
7

DESCRIPTION

9       See external documentation: wxScrollBar.
10
11       This class is derived (and can use functions) from:
12       wxControl
13       wxWindow
14       wxEvtHandler
15

DATA TYPES

17         wxScrollBar():
18
19
20           An  object  reference,  The  representation  is internal and can be
21           changed without notice. It can't be used for comparsion  stored  on
22           disc or distributed for use on other nodes.
23

EXPORTS

25       new() -> wxScrollBar()
26
27              See external documentation.
28
29       new(Parent, Id) -> wxScrollBar()
30
31              Types:
32
33                 Parent = wxWindow:wxWindow()
34                 Id = integer()
35
36              Equivalent to new(Parent, Id, []).
37
38       new(Parent, Id, Options::[Option]) -> wxScrollBar()
39
40              Types:
41
42                 Parent = wxWindow:wxWindow()
43                 Id = integer()
44                 Option   =   {pos,  {X::integer(),  Y::integer()}}  |  {size,
45                 {W::integer(), H::integer()}} | {style, integer()} | {valida‐
46                 tor, wx:wx_object()}
47
48              See external documentation.
49
50       create(This, Parent, Id) -> boolean()
51
52              Types:
53
54                 This = wxScrollBar()
55                 Parent = wxWindow:wxWindow()
56                 Id = integer()
57
58              Equivalent to create(This, Parent, Id, []).
59
60       create(This, Parent, Id, Options::[Option]) -> boolean()
61
62              Types:
63
64                 This = wxScrollBar()
65                 Parent = wxWindow:wxWindow()
66                 Id = integer()
67                 Option   =   {pos,  {X::integer(),  Y::integer()}}  |  {size,
68                 {W::integer(), H::integer()}} | {style, integer()} | {valida‐
69                 tor, wx:wx_object()}
70
71              See external documentation.
72
73       getRange(This) -> integer()
74
75              Types:
76
77                 This = wxScrollBar()
78
79              See external documentation.
80
81       getPageSize(This) -> integer()
82
83              Types:
84
85                 This = wxScrollBar()
86
87              See external documentation.
88
89       getThumbPosition(This) -> integer()
90
91              Types:
92
93                 This = wxScrollBar()
94
95              See external documentation.
96
97       getThumbSize(This) -> integer()
98
99              Types:
100
101                 This = wxScrollBar()
102
103              See external documentation.
104
105       setThumbPosition(This, ViewStart) -> ok
106
107              Types:
108
109                 This = wxScrollBar()
110                 ViewStart = integer()
111
112              See external documentation.
113
114       setScrollbar(This, Position, ThumbSize, Range, PageSize) -> ok
115
116              Types:
117
118                 This = wxScrollBar()
119                 Position = integer()
120                 ThumbSize = integer()
121                 Range = integer()
122                 PageSize = integer()
123
124              Equivalent  to  setScrollbar(This,  Position,  ThumbSize, Range,
125              PageSize, []).
126
127       setScrollbar(This,    Position,     ThumbSize,     Range,     PageSize,
128       Options::[Option]) -> ok
129
130              Types:
131
132                 This = wxScrollBar()
133                 Position = integer()
134                 ThumbSize = integer()
135                 Range = integer()
136                 PageSize = integer()
137                 Option = {refresh, boolean()}
138
139              See external documentation.
140
141       destroy(This::wxScrollBar()) -> ok
142
143              Destroys this object, do not use object again
144

AUTHORS

146       <>
147
148
149
150                                    wx 1.9                      wxScrollBar(3)
Impressum