1wxSplitterEvent(3) Erlang Module Definition wxSplitterEvent(3)
2
3
4
6 wxSplitterEvent - See external documentation: wxSplitterEvent.
7
9 See external documentation: wxSplitterEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 command_splitter_sash_pos_changed, command_splitter_sash_pos_changā
13 ing, command_splitter_doubleclicked, command_splitter_unsplit
14
15 See also the message variant #wxSplitter{} event record type.
16
17 This class is derived (and can use functions) from:
18 wxNotifyEvent
19 wxCommandEvent
20 wxEvent
21
23 wxSplitterEvent():
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 getSashPosition(This) -> integer()
32
33 Types:
34
35 This = wxSplitterEvent()
36
37 See external documentation.
38
39 getX(This) -> integer()
40
41 Types:
42
43 This = wxSplitterEvent()
44
45 See external documentation.
46
47 getY(This) -> integer()
48
49 Types:
50
51 This = wxSplitterEvent()
52
53 See external documentation.
54
55 getWindowBeingRemoved(This) -> wxWindow:wxWindow()
56
57 Types:
58
59 This = wxSplitterEvent()
60
61 See external documentation.
62
63 setSashPosition(This, Pos) -> ok
64
65 Types:
66
67 This = wxSplitterEvent()
68 Pos = integer()
69
70 See external documentation.
71
73 <>
74
75
76
77 wx 1.8.3 wxSplitterEvent(3)