DESCRIPTION
See external documentation: wxMDIChildFrame.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
-
- wxMDIChildFrame():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxMDIChildFrame()
-
See external documentation.
new(Parent, Id, Title) -> wxMDIChildFrame()
-
Types:
-
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
-
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
-
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIChildFrame()
-
Types:
-
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
-
See external documentation.
activate(This) -> ok
-
Types:
-
This = wxMDIChildFrame()
-
This = wxMDIChildFrame()
-
See external documentation.
create(This, Parent, Id, Title) -> boolean()
-
Types:
-
This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
-
This = wxMDIChildFrame()
-
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
-
Types:
-
This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
This = wxMDIChildFrame()
-
See external documentation.
maximize(This) -> ok
-
Types:
-
This = wxMDIChildFrame()
-
This = wxMDIChildFrame()
-
Equivalent to maximize(This, []).
maximize(This, Options::[Option]) -> ok
-
Types:
-
This = wxMDIChildFrame()
Option = {maximize, boolean()}
-
This = wxMDIChildFrame()
-
See external documentation.
restore(This) -> ok
-
Types:
-
This = wxMDIChildFrame()
-
This = wxMDIChildFrame()
-
See external documentation.
destroy(This::wxMDIChildFrame()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>