1wxAuiManagerEvent(3) Erlang Module Definition wxAuiManagerEvent(3)
2
3
4
6 wxAuiManagerEvent - See external documentation: wxAuiManagerEvent.
7
9 See external documentation: wxAuiManagerEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 aui_pane_button, aui_pane_close, aui_pane_maximize,
13 aui_pane_restore, aui_pane_activated, aui_render, aui_find_manager
14
15 See also the message variant #wxAuiManager{} event record type.
16
17 This class is derived (and can use functions) from:
18 wxEvent
19
21 wxAuiManagerEvent():
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 setManager(This, Mgr) -> ok
30
31 Types:
32
33 This = wxAuiManagerEvent()
34 Mgr = wxAuiManager:wxAuiManager()
35
36 See external documentation.
37
38 getManager(This) -> wxAuiManager:wxAuiManager()
39
40 Types:
41
42 This = wxAuiManagerEvent()
43
44 See external documentation.
45
46 setPane(This, P) -> ok
47
48 Types:
49
50 This = wxAuiManagerEvent()
51 P = wxAuiPaneInfo:wxAuiPaneInfo()
52
53 See external documentation.
54
55 getPane(This) -> wxAuiPaneInfo:wxAuiPaneInfo()
56
57 Types:
58
59 This = wxAuiManagerEvent()
60
61 See external documentation.
62
63 setButton(This, B) -> ok
64
65 Types:
66
67 This = wxAuiManagerEvent()
68 B = integer()
69
70 See external documentation.
71
72 getButton(This) -> integer()
73
74 Types:
75
76 This = wxAuiManagerEvent()
77
78 See external documentation.
79
80 setDC(This, Pdc) -> ok
81
82 Types:
83
84 This = wxAuiManagerEvent()
85 Pdc = wxDC:wxDC()
86
87 See external documentation.
88
89 getDC(This) -> wxDC:wxDC()
90
91 Types:
92
93 This = wxAuiManagerEvent()
94
95 See external documentation.
96
97 veto(This) -> ok
98
99 Types:
100
101 This = wxAuiManagerEvent()
102
103 Equivalent to veto(This, []).
104
105 veto(This, Options::[Option]) -> ok
106
107 Types:
108
109 This = wxAuiManagerEvent()
110 Option = {veto, boolean()}
111
112 See external documentation.
113
114 getVeto(This) -> boolean()
115
116 Types:
117
118 This = wxAuiManagerEvent()
119
120 See external documentation.
121
122 setCanVeto(This, Can_veto) -> ok
123
124 Types:
125
126 This = wxAuiManagerEvent()
127 Can_veto = boolean()
128
129 See external documentation.
130
131 canVeto(This) -> boolean()
132
133 Types:
134
135 This = wxAuiManagerEvent()
136
137 See external documentation.
138
140 <>
141
142
143
144 wx 1.8.9 wxAuiManagerEvent(3)