1wxLayoutAlgorithm(3) Erlang Module Definition wxLayoutAlgorithm(3)
2
3
4
6 wxLayoutAlgorithm - See external documentation: wxLayoutAlgorithm.
7
9 See external documentation: wxLayoutAlgorithm.
10
12 wxLayoutAlgorithm():
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() -> wxLayoutAlgorithm()
21
22 See external documentation.
23
24 layoutFrame(This, Frame) -> boolean()
25
26 Types:
27
28 This = wxLayoutAlgorithm()
29 Frame = wxFrame:wxFrame()
30
31 Equivalent to layoutFrame(This, Frame, []).
32
33 layoutFrame(This, Frame, Options::[Option]) -> boolean()
34
35 Types:
36
37 This = wxLayoutAlgorithm()
38 Frame = wxFrame:wxFrame()
39 Option = {mainWindow, wxWindow:wxWindow()}
40
41 See external documentation.
42
43 layoutMDIFrame(This, Frame) -> boolean()
44
45 Types:
46
47 This = wxLayoutAlgorithm()
48 Frame = wxMDIParentFrame:wxMDIParentFrame()
49
50 Equivalent to layoutMDIFrame(This, Frame, []).
51
52 layoutMDIFrame(This, Frame, Options::[Option]) -> boolean()
53
54 Types:
55
56 This = wxLayoutAlgorithm()
57 Frame = wxMDIParentFrame:wxMDIParentFrame()
58 Option = {rect, {X::integer(), Y::integer(), W::integer(),
59 H::integer()}}
60
61 See external documentation.
62
63 layoutWindow(This, Frame) -> boolean()
64
65 Types:
66
67 This = wxLayoutAlgorithm()
68 Frame = wxWindow:wxWindow()
69
70 Equivalent to layoutWindow(This, Frame, []).
71
72 layoutWindow(This, Frame, Options::[Option]) -> boolean()
73
74 Types:
75
76 This = wxLayoutAlgorithm()
77 Frame = wxWindow:wxWindow()
78 Option = {mainWindow, wxWindow:wxWindow()}
79
80 See external documentation.
81
82 destroy(This::wxLayoutAlgorithm()) -> ok
83
84 Destroys this object, do not use object again
85
87 <>
88
89
90
91 wx 1.8.9 wxLayoutAlgorithm(3)