1wxMDIChildFrame(3) Erlang Module Definition wxMDIChildFrame(3)
2
3
4
6 wxMDIChildFrame - See external documentation: wxMDIChildFrame.
7
9 See external documentation: wxMDIChildFrame.
10
11 This class is derived (and can use functions) from:
12 wxFrame
13 wxTopLevelWindow
14 wxWindow
15 wxEvtHandler
16
18 wxMDIChildFrame():
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() -> wxMDIChildFrame()
27
28 See external documentation.
29
30 new(Parent, Id, Title) -> wxMDIChildFrame()
31
32 Types:
33
34 Parent = wxMDIParentFrame:wxMDIParentFrame()
35 Id = integer()
36 Title = unicode:chardata()
37
38 Equivalent to new(Parent, Id, Title, []).
39
40 new(Parent, Id, Title, Options::[Option]) -> wxMDIChildFrame()
41
42 Types:
43
44 Parent = wxMDIParentFrame:wxMDIParentFrame()
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 activate(This) -> ok
53
54 Types:
55
56 This = wxMDIChildFrame()
57
58 See external documentation.
59
60 create(This, Parent, Id, Title) -> boolean()
61
62 Types:
63
64 This = wxMDIChildFrame()
65 Parent = wxMDIParentFrame:wxMDIParentFrame()
66 Id = integer()
67 Title = unicode:chardata()
68
69 Equivalent to create(This, Parent, Id, Title, []).
70
71 create(This, Parent, Id, Title, Options::[Option]) -> boolean()
72
73 Types:
74
75 This = wxMDIChildFrame()
76 Parent = wxMDIParentFrame:wxMDIParentFrame()
77 Id = integer()
78 Title = unicode:chardata()
79 Option = {pos, {X::integer(), Y::integer()}} | {size,
80 {W::integer(), H::integer()}} | {style, integer()}
81
82 See external documentation.
83
84 maximize(This) -> ok
85
86 Types:
87
88 This = wxMDIChildFrame()
89
90 Equivalent to maximize(This, []).
91
92 maximize(This, Options::[Option]) -> ok
93
94 Types:
95
96 This = wxMDIChildFrame()
97 Option = {maximize, boolean()}
98
99 See external documentation.
100
101 restore(This) -> ok
102
103 Types:
104
105 This = wxMDIChildFrame()
106
107 See external documentation.
108
109 destroy(This::wxMDIChildFrame()) -> ok
110
111 Destroys this object, do not use object again
112
114 <>
115
116
117
118 wx 1.9 wxMDIChildFrame(3)