1wxAuiPaneInfo(3) Erlang Module Definition wxAuiPaneInfo(3)
2
3
4
6 wxAuiPaneInfo - See external documentation: wxAuiPaneInfo.
7
9 See external documentation: wxAuiPaneInfo.
10
12 wxAuiPaneInfo():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 new() -> wxAuiPaneInfo()
21
22 See external documentation.
23
24 new(C) -> wxAuiPaneInfo()
25
26 Types:
27
28 C = wxAuiPaneInfo()
29
30 See external documentation.
31
32 bestSize(This, Size) -> wxAuiPaneInfo()
33
34 Types:
35
36 This = wxAuiPaneInfo()
37 Size = {W::integer(), H::integer()}
38
39 See external documentation.
40
41 bestSize(This, X, Y) -> wxAuiPaneInfo()
42
43 Types:
44
45 This = wxAuiPaneInfo()
46 X = integer()
47 Y = integer()
48
49 See external documentation.
50
51 bottom(This) -> wxAuiPaneInfo()
52
53 Types:
54
55 This = wxAuiPaneInfo()
56
57 See external documentation.
58
59 bottomDockable(This) -> wxAuiPaneInfo()
60
61 Types:
62
63 This = wxAuiPaneInfo()
64
65 Equivalent to bottomDockable(This, []).
66
67 bottomDockable(This, Options::[Option]) -> wxAuiPaneInfo()
68
69 Types:
70
71 This = wxAuiPaneInfo()
72 Option = {b, boolean()}
73
74 See external documentation.
75
76 caption(This, C) -> wxAuiPaneInfo()
77
78 Types:
79
80 This = wxAuiPaneInfo()
81 C = unicode:chardata()
82
83 See external documentation.
84
85 captionVisible(This) -> wxAuiPaneInfo()
86
87 Types:
88
89 This = wxAuiPaneInfo()
90
91 Equivalent to captionVisible(This, []).
92
93 captionVisible(This, Options::[Option]) -> wxAuiPaneInfo()
94
95 Types:
96
97 This = wxAuiPaneInfo()
98 Option = {visible, boolean()}
99
100 See external documentation.
101
102 centre(This) -> wxAuiPaneInfo()
103
104 Types:
105
106 This = wxAuiPaneInfo()
107
108 See external documentation.
109
110 centrePane(This) -> wxAuiPaneInfo()
111
112 Types:
113
114 This = wxAuiPaneInfo()
115
116 See external documentation.
117
118 closeButton(This) -> wxAuiPaneInfo()
119
120 Types:
121
122 This = wxAuiPaneInfo()
123
124 Equivalent to closeButton(This, []).
125
126 closeButton(This, Options::[Option]) -> wxAuiPaneInfo()
127
128 Types:
129
130 This = wxAuiPaneInfo()
131 Option = {visible, boolean()}
132
133 See external documentation.
134
135 defaultPane(This) -> wxAuiPaneInfo()
136
137 Types:
138
139 This = wxAuiPaneInfo()
140
141 See external documentation.
142
143 destroyOnClose(This) -> wxAuiPaneInfo()
144
145 Types:
146
147 This = wxAuiPaneInfo()
148
149 Equivalent to destroyOnClose(This, []).
150
151 destroyOnClose(This, Options::[Option]) -> wxAuiPaneInfo()
152
153 Types:
154
155 This = wxAuiPaneInfo()
156 Option = {b, boolean()}
157
158 See external documentation.
159
160 direction(This, Direction) -> wxAuiPaneInfo()
161
162 Types:
163
164 This = wxAuiPaneInfo()
165 Direction = integer()
166
167 See external documentation.
168
169 dock(This) -> wxAuiPaneInfo()
170
171 Types:
172
173 This = wxAuiPaneInfo()
174
175 See external documentation.
176
177 dockable(This) -> wxAuiPaneInfo()
178
179 Types:
180
181 This = wxAuiPaneInfo()
182
183 Equivalent to dockable(This, []).
184
185 dockable(This, Options::[Option]) -> wxAuiPaneInfo()
186
187 Types:
188
189 This = wxAuiPaneInfo()
190 Option = {b, boolean()}
191
192 See external documentation.
193
194 fixed(This) -> wxAuiPaneInfo()
195
196 Types:
197
198 This = wxAuiPaneInfo()
199
200 See external documentation.
201
202 float(This) -> wxAuiPaneInfo()
203
204 Types:
205
206 This = wxAuiPaneInfo()
207
208 See external documentation.
209
210 floatable(This) -> wxAuiPaneInfo()
211
212 Types:
213
214 This = wxAuiPaneInfo()
215
216 Equivalent to floatable(This, []).
217
218 floatable(This, Options::[Option]) -> wxAuiPaneInfo()
219
220 Types:
221
222 This = wxAuiPaneInfo()
223 Option = {b, boolean()}
224
225 See external documentation.
226
227 floatingPosition(This, Pos) -> wxAuiPaneInfo()
228
229 Types:
230
231 This = wxAuiPaneInfo()
232 Pos = {X::integer(), Y::integer()}
233
234 See external documentation.
235
236 floatingPosition(This, X, Y) -> wxAuiPaneInfo()
237
238 Types:
239
240 This = wxAuiPaneInfo()
241 X = integer()
242 Y = integer()
243
244 See external documentation.
245
246 floatingSize(This, Size) -> wxAuiPaneInfo()
247
248 Types:
249
250 This = wxAuiPaneInfo()
251 Size = {W::integer(), H::integer()}
252
253 See external documentation.
254
255 floatingSize(This, X, Y) -> wxAuiPaneInfo()
256
257 Types:
258
259 This = wxAuiPaneInfo()
260 X = integer()
261 Y = integer()
262
263 See external documentation.
264
265 gripper(This) -> wxAuiPaneInfo()
266
267 Types:
268
269 This = wxAuiPaneInfo()
270
271 Equivalent to gripper(This, []).
272
273 gripper(This, Options::[Option]) -> wxAuiPaneInfo()
274
275 Types:
276
277 This = wxAuiPaneInfo()
278 Option = {visible, boolean()}
279
280 See external documentation.
281
282 gripperTop(This) -> wxAuiPaneInfo()
283
284 Types:
285
286 This = wxAuiPaneInfo()
287
288 Equivalent to gripperTop(This, []).
289
290 gripperTop(This, Options::[Option]) -> wxAuiPaneInfo()
291
292 Types:
293
294 This = wxAuiPaneInfo()
295 Option = {attop, boolean()}
296
297 See external documentation.
298
299 hasBorder(This) -> boolean()
300
301 Types:
302
303 This = wxAuiPaneInfo()
304
305 See external documentation.
306
307 hasCaption(This) -> boolean()
308
309 Types:
310
311 This = wxAuiPaneInfo()
312
313 See external documentation.
314
315 hasCloseButton(This) -> boolean()
316
317 Types:
318
319 This = wxAuiPaneInfo()
320
321 See external documentation.
322
323 hasFlag(This, Flag) -> boolean()
324
325 Types:
326
327 This = wxAuiPaneInfo()
328 Flag = integer()
329
330 See external documentation.
331
332 hasGripper(This) -> boolean()
333
334 Types:
335
336 This = wxAuiPaneInfo()
337
338 See external documentation.
339
340 hasGripperTop(This) -> boolean()
341
342 Types:
343
344 This = wxAuiPaneInfo()
345
346 See external documentation.
347
348 hasMaximizeButton(This) -> boolean()
349
350 Types:
351
352 This = wxAuiPaneInfo()
353
354 See external documentation.
355
356 hasMinimizeButton(This) -> boolean()
357
358 Types:
359
360 This = wxAuiPaneInfo()
361
362 See external documentation.
363
364 hasPinButton(This) -> boolean()
365
366 Types:
367
368 This = wxAuiPaneInfo()
369
370 See external documentation.
371
372 hide(This) -> wxAuiPaneInfo()
373
374 Types:
375
376 This = wxAuiPaneInfo()
377
378 See external documentation.
379
380 isBottomDockable(This) -> boolean()
381
382 Types:
383
384 This = wxAuiPaneInfo()
385
386 See external documentation.
387
388 isDocked(This) -> boolean()
389
390 Types:
391
392 This = wxAuiPaneInfo()
393
394 See external documentation.
395
396 isFixed(This) -> boolean()
397
398 Types:
399
400 This = wxAuiPaneInfo()
401
402 See external documentation.
403
404 isFloatable(This) -> boolean()
405
406 Types:
407
408 This = wxAuiPaneInfo()
409
410 See external documentation.
411
412 isFloating(This) -> boolean()
413
414 Types:
415
416 This = wxAuiPaneInfo()
417
418 See external documentation.
419
420 isLeftDockable(This) -> boolean()
421
422 Types:
423
424 This = wxAuiPaneInfo()
425
426 See external documentation.
427
428 isMovable(This) -> boolean()
429
430 Types:
431
432 This = wxAuiPaneInfo()
433
434 See external documentation.
435
436 isOk(This) -> boolean()
437
438 Types:
439
440 This = wxAuiPaneInfo()
441
442 See external documentation.
443
444 isResizable(This) -> boolean()
445
446 Types:
447
448 This = wxAuiPaneInfo()
449
450 See external documentation.
451
452 isRightDockable(This) -> boolean()
453
454 Types:
455
456 This = wxAuiPaneInfo()
457
458 See external documentation.
459
460 isShown(This) -> boolean()
461
462 Types:
463
464 This = wxAuiPaneInfo()
465
466 See external documentation.
467
468 isToolbar(This) -> boolean()
469
470 Types:
471
472 This = wxAuiPaneInfo()
473
474 See external documentation.
475
476 isTopDockable(This) -> boolean()
477
478 Types:
479
480 This = wxAuiPaneInfo()
481
482 See external documentation.
483
484 layer(This, Layer) -> wxAuiPaneInfo()
485
486 Types:
487
488 This = wxAuiPaneInfo()
489 Layer = integer()
490
491 See external documentation.
492
493 left(This) -> wxAuiPaneInfo()
494
495 Types:
496
497 This = wxAuiPaneInfo()
498
499 See external documentation.
500
501 leftDockable(This) -> wxAuiPaneInfo()
502
503 Types:
504
505 This = wxAuiPaneInfo()
506
507 Equivalent to leftDockable(This, []).
508
509 leftDockable(This, Options::[Option]) -> wxAuiPaneInfo()
510
511 Types:
512
513 This = wxAuiPaneInfo()
514 Option = {b, boolean()}
515
516 See external documentation.
517
518 maxSize(This, Size) -> wxAuiPaneInfo()
519
520 Types:
521
522 This = wxAuiPaneInfo()
523 Size = {W::integer(), H::integer()}
524
525 See external documentation.
526
527 maxSize(This, X, Y) -> wxAuiPaneInfo()
528
529 Types:
530
531 This = wxAuiPaneInfo()
532 X = integer()
533 Y = integer()
534
535 See external documentation.
536
537 maximizeButton(This) -> wxAuiPaneInfo()
538
539 Types:
540
541 This = wxAuiPaneInfo()
542
543 Equivalent to maximizeButton(This, []).
544
545 maximizeButton(This, Options::[Option]) -> wxAuiPaneInfo()
546
547 Types:
548
549 This = wxAuiPaneInfo()
550 Option = {visible, boolean()}
551
552 See external documentation.
553
554 minSize(This, Size) -> wxAuiPaneInfo()
555
556 Types:
557
558 This = wxAuiPaneInfo()
559 Size = {W::integer(), H::integer()}
560
561 See external documentation.
562
563 minSize(This, X, Y) -> wxAuiPaneInfo()
564
565 Types:
566
567 This = wxAuiPaneInfo()
568 X = integer()
569 Y = integer()
570
571 See external documentation.
572
573 minimizeButton(This) -> wxAuiPaneInfo()
574
575 Types:
576
577 This = wxAuiPaneInfo()
578
579 Equivalent to minimizeButton(This, []).
580
581 minimizeButton(This, Options::[Option]) -> wxAuiPaneInfo()
582
583 Types:
584
585 This = wxAuiPaneInfo()
586 Option = {visible, boolean()}
587
588 See external documentation.
589
590 movable(This) -> wxAuiPaneInfo()
591
592 Types:
593
594 This = wxAuiPaneInfo()
595
596 Equivalent to movable(This, []).
597
598 movable(This, Options::[Option]) -> wxAuiPaneInfo()
599
600 Types:
601
602 This = wxAuiPaneInfo()
603 Option = {b, boolean()}
604
605 See external documentation.
606
607 name(This, N) -> wxAuiPaneInfo()
608
609 Types:
610
611 This = wxAuiPaneInfo()
612 N = unicode:chardata()
613
614 See external documentation.
615
616 paneBorder(This) -> wxAuiPaneInfo()
617
618 Types:
619
620 This = wxAuiPaneInfo()
621
622 Equivalent to paneBorder(This, []).
623
624 paneBorder(This, Options::[Option]) -> wxAuiPaneInfo()
625
626 Types:
627
628 This = wxAuiPaneInfo()
629 Option = {visible, boolean()}
630
631 See external documentation.
632
633 pinButton(This) -> wxAuiPaneInfo()
634
635 Types:
636
637 This = wxAuiPaneInfo()
638
639 Equivalent to pinButton(This, []).
640
641 pinButton(This, Options::[Option]) -> wxAuiPaneInfo()
642
643 Types:
644
645 This = wxAuiPaneInfo()
646 Option = {visible, boolean()}
647
648 See external documentation.
649
650 position(This, Pos) -> wxAuiPaneInfo()
651
652 Types:
653
654 This = wxAuiPaneInfo()
655 Pos = integer()
656
657 See external documentation.
658
659 resizable(This) -> wxAuiPaneInfo()
660
661 Types:
662
663 This = wxAuiPaneInfo()
664
665 Equivalent to resizable(This, []).
666
667 resizable(This, Options::[Option]) -> wxAuiPaneInfo()
668
669 Types:
670
671 This = wxAuiPaneInfo()
672 Option = {resizable, boolean()}
673
674 See external documentation.
675
676 right(This) -> wxAuiPaneInfo()
677
678 Types:
679
680 This = wxAuiPaneInfo()
681
682 See external documentation.
683
684 rightDockable(This) -> wxAuiPaneInfo()
685
686 Types:
687
688 This = wxAuiPaneInfo()
689
690 Equivalent to rightDockable(This, []).
691
692 rightDockable(This, Options::[Option]) -> wxAuiPaneInfo()
693
694 Types:
695
696 This = wxAuiPaneInfo()
697 Option = {b, boolean()}
698
699 See external documentation.
700
701 row(This, Row) -> wxAuiPaneInfo()
702
703 Types:
704
705 This = wxAuiPaneInfo()
706 Row = integer()
707
708 See external documentation.
709
710 safeSet(This, Source) -> ok
711
712 Types:
713
714 This = wxAuiPaneInfo()
715 Source = wxAuiPaneInfo()
716
717 See external documentation.
718
719 setFlag(This, Flag, Option_state) -> wxAuiPaneInfo()
720
721 Types:
722
723 This = wxAuiPaneInfo()
724 Flag = integer()
725 Option_state = boolean()
726
727 See external documentation.
728
729 show(This) -> wxAuiPaneInfo()
730
731 Types:
732
733 This = wxAuiPaneInfo()
734
735 Equivalent to show(This, []).
736
737 show(This, Options::[Option]) -> wxAuiPaneInfo()
738
739 Types:
740
741 This = wxAuiPaneInfo()
742 Option = {show, boolean()}
743
744 See external documentation.
745
746 toolbarPane(This) -> wxAuiPaneInfo()
747
748 Types:
749
750 This = wxAuiPaneInfo()
751
752 See external documentation.
753
754 top(This) -> wxAuiPaneInfo()
755
756 Types:
757
758 This = wxAuiPaneInfo()
759
760 See external documentation.
761
762 topDockable(This) -> wxAuiPaneInfo()
763
764 Types:
765
766 This = wxAuiPaneInfo()
767
768 Equivalent to topDockable(This, []).
769
770 topDockable(This, Options::[Option]) -> wxAuiPaneInfo()
771
772 Types:
773
774 This = wxAuiPaneInfo()
775 Option = {b, boolean()}
776
777 See external documentation.
778
779 window(This, W) -> wxAuiPaneInfo()
780
781 Types:
782
783 This = wxAuiPaneInfo()
784 W = wxWindow:wxWindow()
785
786 See external documentation.
787
788 getWindow(This) -> wxWindow:wxWindow()
789
790 Types:
791
792 This = wxAuiPaneInfo()
793
794 See external documentation.
795
796 getFrame(This) -> wxFrame:wxFrame()
797
798 Types:
799
800 This = wxAuiPaneInfo()
801
802 See external documentation.
803
804 getDirection(This) -> integer()
805
806 Types:
807
808 This = wxAuiPaneInfo()
809
810 See external documentation.
811
812 getLayer(This) -> integer()
813
814 Types:
815
816 This = wxAuiPaneInfo()
817
818 See external documentation.
819
820 getRow(This) -> integer()
821
822 Types:
823
824 This = wxAuiPaneInfo()
825
826 See external documentation.
827
828 getPosition(This) -> integer()
829
830 Types:
831
832 This = wxAuiPaneInfo()
833
834 See external documentation.
835
836 getFloatingPosition(This) -> {X::integer(), Y::integer()}
837
838 Types:
839
840 This = wxAuiPaneInfo()
841
842 See external documentation.
843
844 getFloatingSize(This) -> {W::integer(), H::integer()}
845
846 Types:
847
848 This = wxAuiPaneInfo()
849
850 See external documentation.
851
852 destroy(This::wxAuiPaneInfo()) -> ok
853
854 Destroys this object, do not use object again
855
857 <>
858
859
860
861 wx 1.9 wxAuiPaneInfo(3)