1wxScrollEvent(3) Erlang Module Definition wxScrollEvent(3)
2
3
4
6 wxScrollEvent - See external documentation: wxScrollEvent.
7
9 See external documentation: wxScrollEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 scroll_top, scroll_bottom, scroll_lineup, scroll_linedown,
13 scroll_pageup, scroll_pagedown, scroll_thumbtrack, scroll_thumbre‐
14 lease, scroll_changed
15
16 See also the message variant #wxScroll{} event record type.
17
18 This class is derived (and can use functions) from:
19 wxCommandEvent
20 wxEvent
21
23 wxScrollEvent():
24
25
26 An object reference, The representation is internal and can be
27 changed without notice. It can't be used for comparsion stored on
28 disc or distributed for use on other nodes.
29
31 getOrientation(This) -> integer()
32
33 Types:
34
35 This = wxScrollEvent()
36
37 See external documentation.
38
39 getPosition(This) -> integer()
40
41 Types:
42
43 This = wxScrollEvent()
44
45 See external documentation.
46
48 <>
49
50
51
52 wx 1.8.7 wxScrollEvent(3)