Provided by: erlang-manpages_22.2.7+dfsg-1ubuntu0.5_all 

NAME
wxMDIChildFrame - See external documentation: wxMDIChildFrame.
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:wxMDIParentFrame()
Id = integer()
Title = unicode:chardata()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIChildFrame()
Types:
Parent = wxMDIParentFrame:wxMDIParentFrame()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style,
integer()}
See external documentation.
activate(This) -> ok
Types:
This = wxMDIChildFrame()
See external documentation.
create(This, Parent, Id, Title) -> boolean()
Types:
This = wxMDIChildFrame()
Parent = wxMDIParentFrame:wxMDIParentFrame()
Id = integer()
Title = unicode:chardata()
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types:
This = wxMDIChildFrame()
Parent = wxMDIParentFrame:wxMDIParentFrame()
Id = integer()
Title = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style,
integer()}
See external documentation.
maximize(This) -> ok
Types:
This = wxMDIChildFrame()
Equivalent to maximize(This, []).
maximize(This, Options::[Option]) -> ok
Types:
This = wxMDIChildFrame()
Option = {maximize, boolean()}
See external documentation.
restore(This) -> ok
Types:
This = wxMDIChildFrame()
See external documentation.
destroy(This::wxMDIChildFrame()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wx 1.9 wxMDIChildFrame(3erl)