1wxSashEvent(3) Erlang Module Definition wxSashEvent(3)
2
3
4
6 wxSashEvent - See external documentation: wxSashEvent.
7
9 See external documentation: wxSashEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 sash_dragged
13
14 See also the message variant #wxSash{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxCommandEvent
18 wxEvent
19
21 wxSashEvent():
22
23
24 An object reference, The representation is internal and can be
25 changed without notice. It can't be used for comparsion stored on
26 disc or distributed for use on other nodes.
27
29 getEdge(This) -> wx:wx_enum()
30
31 Types:
32
33 This = wxSashEvent()
34
35 See external documentation.
36 Res = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM |
37 ?wxSASH_LEFT | ?wxSASH_NONE
38
39 getDragRect(This) -> {X::integer(), Y::integer(), W::integer(),
40 H::integer()}
41
42 Types:
43
44 This = wxSashEvent()
45
46 See external documentation.
47
48 getDragStatus(This) -> wx:wx_enum()
49
50 Types:
51
52 This = wxSashEvent()
53
54 See external documentation.
55 Res = ?wxSASH_STATUS_OK | ?wxSASH_STATUS_OUT_OF_RANGE
56
58 <>
59
60
61
62 wx 1.9.3 wxSashEvent(3)