1wxMDIClientWindow(3) Erlang Module Definition wxMDIClientWindow(3)
2
3
4
6 wxMDIClientWindow - See external documentation: wxMDIClientWindow.
7
9 See external documentation: wxMDIClientWindow.
10
11 This class is derived (and can use functions) from:
12 wxWindow
13 wxEvtHandler
14
16 wxMDIClientWindow():
17
18
19 An object reference, The representation is internal and can be
20 changed without notice. It can't be used for comparsion stored on
21 disc or distributed for use on other nodes.
22
24 new() -> wxMDIClientWindow()
25
26 See external documentation.
27
28 new(Parent) -> wxMDIClientWindow()
29
30 Types:
31
32 Parent = wxMDIParentFrame:wxMDIParentFrame()
33
34 This function is deprecated: not available in wxWidgets-2.9 and
35 later
36
37 Equivalent to new(Parent, []).
38
39 new(Parent, Options::[Option]) -> wxMDIClientWindow()
40
41 Types:
42
43 Parent = wxMDIParentFrame:wxMDIParentFrame()
44 Option = {style, integer()}
45
46 This function is deprecated: not available in wxWidgets-2.9 and
47 later
48
49 See external documentation.
50
51 createClient(This, Parent) -> boolean()
52
53 Types:
54
55 This = wxMDIClientWindow()
56 Parent = wxMDIParentFrame:wxMDIParentFrame()
57
58 Equivalent to createClient(This, Parent, []).
59
60 createClient(This, Parent, Options::[Option]) -> boolean()
61
62 Types:
63
64 This = wxMDIClientWindow()
65 Parent = wxMDIParentFrame:wxMDIParentFrame()
66 Option = {style, integer()}
67
68 See external documentation.
69
70 destroy(This::wxMDIClientWindow()) -> ok
71
72 Destroys this object, do not use object again
73
75 <>
76
77
78
79 wx 1.9.3 wxMDIClientWindow(3)