1wxSpinEvent(3) Erlang Module Definition wxSpinEvent(3)
2
3
4
6 wxSpinEvent - See external documentation: wxSpinEvent.
7
9 See external documentation: wxSpinEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 command_spinctrl_updated, spin_up, spin_down, spin
13
14 See also the message variant #wxSpin{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxNotifyEvent
18 wxCommandEvent
19 wxEvent
20
22 wxSpinEvent():
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 getPosition(This) -> integer()
31
32 Types:
33
34 This = wxSpinEvent()
35
36 See external documentation.
37
38 setPosition(This, Pos) -> ok
39
40 Types:
41
42 This = wxSpinEvent()
43 Pos = integer()
44
45 See external documentation.
46
48 <>
49
50
51
52 wx 1.8.3 wxSpinEvent(3)