1wxAuiManager(3)            Erlang Module Definition            wxAuiManager(3)
2
3
4

NAME

6       wxAuiManager - See external documentation: wxAuiManager.
7

DESCRIPTION

9       See external documentation: wxAuiManager.
10
11       This class is derived (and can use functions) from:
12       wxEvtHandler
13

DATA TYPES

15         wxAuiManager():
16
17
18           An  object  reference,  The  representation  is internal and can be
19           changed without notice. It can't be used for comparsion  stored  on
20           disc or distributed for use on other nodes.
21

EXPORTS

23       new() -> wxAuiManager()
24
25              Equivalent to new([]).
26
27       new(Options::[Option]) -> wxAuiManager()
28
29              Types:
30
31                 Option  =  {managed_wnd, wxWindow:wxWindow()} | {flags, inte‐
32                 ger()}
33
34              See external documentation.
35
36       addPane(This, Window) -> boolean()
37
38              Types:
39
40                 This = wxAuiManager()
41                 Window = wxWindow:wxWindow()
42
43              Equivalent to addPane(This, Window, []).
44
45       addPane(This, Window, Options::[Option]) -> boolean()
46       addPane(This, Window, Pane_info) -> boolean()
47
48              Types:
49
50                 This = wxAuiManager()
51                 Window = wxWindow:wxWindow()
52                 Option = {direction,  integer()}  |  {caption,  unicode:char‐
53                 data()}
54                 This = wxAuiManager()
55                 Window = wxWindow:wxWindow()
56                 Pane_info = wxAuiPaneInfo:wxAuiPaneInfo()
57
58              See external documentation.
59              Also:
60              addPane(This, Window, Pane_info) -> boolean() when
61              This::wxAuiManager(),               Window::wxWindow:wxWindow(),
62              Pane_info::wxAuiPaneInfo:wxAuiPaneInfo().
63
64
65       addPane(This, Window, Pane_info, Drop_pos) -> boolean()
66
67              Types:
68
69                 This = wxAuiManager()
70                 Window = wxWindow:wxWindow()
71                 Pane_info = wxAuiPaneInfo:wxAuiPaneInfo()
72                 Drop_pos = {X::integer(), Y::integer()}
73
74              See external documentation.
75
76       detachPane(This, Window) -> boolean()
77
78              Types:
79
80                 This = wxAuiManager()
81                 Window = wxWindow:wxWindow()
82
83              See external documentation.
84
85       getAllPanes(This) -> [wxAuiPaneInfo:wxAuiPaneInfo()]
86
87              Types:
88
89                 This = wxAuiManager()
90
91              See external documentation.
92
93       getArtProvider(This) -> wxAuiDockArt:wxAuiDockArt()
94
95              Types:
96
97                 This = wxAuiManager()
98
99              See external documentation.
100
101       getDockSizeConstraint(This) ->  {Width_pct::number(),  Height_pct::num‐
102       ber()}
103
104              Types:
105
106                 This = wxAuiManager()
107
108              See external documentation.
109
110       getFlags(This) -> integer()
111
112              Types:
113
114                 This = wxAuiManager()
115
116              See external documentation.
117
118       getManagedWindow(This) -> wxWindow:wxWindow()
119
120              Types:
121
122                 This = wxAuiManager()
123
124              See external documentation.
125
126       getManager(Window) -> wxAuiManager()
127
128              Types:
129
130                 Window = wxWindow:wxWindow()
131
132              See external documentation.
133
134       getPane(This, Name) -> wxAuiPaneInfo:wxAuiPaneInfo()
135       getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo()
136
137              Types:
138
139                 This = wxAuiManager()
140                 Name = unicode:chardata()
141                 This = wxAuiManager()
142                 Window = wxWindow:wxWindow()
143
144              See external documentation.
145              Also:
146              getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
147              This::wxAuiManager(), Window::wxWindow:wxWindow().
148
149
150       hideHint(This) -> ok
151
152              Types:
153
154                 This = wxAuiManager()
155
156              See external documentation.
157
158       insertPane(This, Window, Insert_location) -> boolean()
159
160              Types:
161
162                 This = wxAuiManager()
163                 Window = wxWindow:wxWindow()
164                 Insert_location = wxAuiPaneInfo:wxAuiPaneInfo()
165
166              Equivalent to insertPane(This, Window, Insert_location, []).
167
168       insertPane(This,  Window,  Insert_location, Options::[Option]) -> bool‐
169       ean()
170
171              Types:
172
173                 This = wxAuiManager()
174                 Window = wxWindow:wxWindow()
175                 Insert_location = wxAuiPaneInfo:wxAuiPaneInfo()
176                 Option = {insert_level, integer()}
177
178              See external documentation.
179
180       loadPaneInfo(This, Pane_part, Pane) -> ok
181
182              Types:
183
184                 This = wxAuiManager()
185                 Pane_part = unicode:chardata()
186                 Pane = wxAuiPaneInfo:wxAuiPaneInfo()
187
188              See external documentation.
189
190       loadPerspective(This, Perspective) -> boolean()
191
192              Types:
193
194                 This = wxAuiManager()
195                 Perspective = unicode:chardata()
196
197              Equivalent to loadPerspective(This, Perspective, []).
198
199       loadPerspective(This, Perspective, Options::[Option]) -> boolean()
200
201              Types:
202
203                 This = wxAuiManager()
204                 Perspective = unicode:chardata()
205                 Option = {update, boolean()}
206
207              See external documentation.
208
209       savePaneInfo(This, Pane) -> unicode:charlist()
210
211              Types:
212
213                 This = wxAuiManager()
214                 Pane = wxAuiPaneInfo:wxAuiPaneInfo()
215
216              See external documentation.
217
218       savePerspective(This) -> unicode:charlist()
219
220              Types:
221
222                 This = wxAuiManager()
223
224              See external documentation.
225
226       setArtProvider(This, Art_provider) -> ok
227
228              Types:
229
230                 This = wxAuiManager()
231                 Art_provider = wxAuiDockArt:wxAuiDockArt()
232
233              See external documentation.
234
235       setDockSizeConstraint(This, Width_pct, Height_pct) -> ok
236
237              Types:
238
239                 This = wxAuiManager()
240                 Width_pct = number()
241                 Height_pct = number()
242
243              See external documentation.
244
245       setFlags(This, Flags) -> ok
246
247              Types:
248
249                 This = wxAuiManager()
250                 Flags = integer()
251
252              See external documentation.
253
254       setManagedWindow(This, Managed_wnd) -> ok
255
256              Types:
257
258                 This = wxAuiManager()
259                 Managed_wnd = wxWindow:wxWindow()
260
261              See external documentation.
262
263       showHint(This, Rect) -> ok
264
265              Types:
266
267                 This = wxAuiManager()
268                 Rect = {X::integer(),  Y::integer(),  W::integer(),  H::inte‐
269                 ger()}
270
271              See external documentation.
272
273       unInit(This) -> ok
274
275              Types:
276
277                 This = wxAuiManager()
278
279              See external documentation.
280
281       update(This) -> ok
282
283              Types:
284
285                 This = wxAuiManager()
286
287              See external documentation.
288
289       destroy(This::wxAuiManager()) -> ok
290
291              Destroys this object, do not use object again
292

AUTHORS

294       <>
295
296
297
298                                   wx 1.9.3                    wxAuiManager(3)
Impressum