1wxScrollWinEvent(3) Erlang Module Definition wxScrollWinEvent(3)
2
3
4
6 wxScrollWinEvent - See external documentation: wxScrollWinEvent.
7
9 See external documentation: wxScrollWinEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 scrollwin_top, scrollwin_bottom, scrollwin_lineup, scrollwin_line‐
13 down, scrollwin_pageup, scrollwin_pagedown, scrollwin_thumbtrack,
14 scrollwin_thumbrelease
15
16 See also the message variant #wxScrollWin{} event record type.
17
18 This class is derived (and can use functions) from:
19 wxEvent
20
22 wxScrollWinEvent():
23
24
25 An object reference, The representation is internal and can be
26 changed without notice. It can't be used for comparsion stored on
27 disc or distributed for use on other nodes.
28
30 getOrientation(This) -> integer()
31
32 Types:
33
34 This = wxScrollWinEvent()
35
36 See external documentation.
37
38 getPosition(This) -> integer()
39
40 Types:
41
42 This = wxScrollWinEvent()
43
44 See external documentation.
45
47 <>
48
49
50
51 wx 1.9 wxScrollWinEvent(3)