1wxMDIParentFrame(3) Erlang Module Definition wxMDIParentFrame(3)
2
3
4
6 wxMDIParentFrame - See external documentation: wxMDIParentFrame.
7
9 See external documentation: wxMDIParentFrame.
10
11 This class is derived (and can use functions) from:
12 wxFrame
13 wxTopLevelWindow
14 wxWindow
15 wxEvtHandler
16
18 wxMDIParentFrame():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new() -> wxMDIParentFrame()
27
28 See external documentation.
29
30 new(Parent, Id, Title) -> wxMDIParentFrame()
31
32 Types:
33
34 Parent = wxWindow:wxWindow()
35 Id = integer()
36 Title = unicode:chardata()
37
38 Equivalent to new(Parent, Id, Title, []).
39
40 new(Parent, Id, Title, Options::[Option]) -> wxMDIParentFrame()
41
42 Types:
43
44 Parent = wxWindow:wxWindow()
45 Id = integer()
46 Title = unicode:chardata()
47 Option = {pos, {X::integer(), Y::integer()}} | {size,
48 {W::integer(), H::integer()}} | {style, integer()}
49
50 See external documentation.
51
52 activateNext(This) -> ok
53
54 Types:
55
56 This = wxMDIParentFrame()
57
58 See external documentation.
59
60 activatePrevious(This) -> ok
61
62 Types:
63
64 This = wxMDIParentFrame()
65
66 See external documentation.
67
68 arrangeIcons(This) -> ok
69
70 Types:
71
72 This = wxMDIParentFrame()
73
74 See external documentation.
75
76 cascade(This) -> ok
77
78 Types:
79
80 This = wxMDIParentFrame()
81
82 See external documentation.
83
84 create(This, Parent, Id, Title) -> boolean()
85
86 Types:
87
88 This = wxMDIParentFrame()
89 Parent = wxWindow:wxWindow()
90 Id = integer()
91 Title = unicode:chardata()
92
93 Equivalent to create(This, Parent, Id, Title, []).
94
95 create(This, Parent, Id, Title, Options::[Option]) -> boolean()
96
97 Types:
98
99 This = wxMDIParentFrame()
100 Parent = wxWindow:wxWindow()
101 Id = integer()
102 Title = unicode:chardata()
103 Option = {pos, {X::integer(), Y::integer()}} | {size,
104 {W::integer(), H::integer()}} | {style, integer()}
105
106 See external documentation.
107
108 getActiveChild(This) -> wxMDIChildFrame:wxMDIChildFrame()
109
110 Types:
111
112 This = wxMDIParentFrame()
113
114 See external documentation.
115
116 getClientWindow(This) -> wxMDIClientWindow:wxMDIClientWindow()
117
118 Types:
119
120 This = wxMDIParentFrame()
121
122 See external documentation.
123
124 tile(This) -> ok
125
126 Types:
127
128 This = wxMDIParentFrame()
129
130 Equivalent to tile(This, []).
131
132 tile(This, Options::[Option]) -> ok
133
134 Types:
135
136 This = wxMDIParentFrame()
137 Option = {orient, wx:wx_enum()}
138
139 See external documentation.
140 Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
141
142 destroy(This::wxMDIParentFrame()) -> ok
143
144 Destroys this object, do not use object again
145
147 <>
148
149
150
151 wx 1.9 wxMDIParentFrame(3)