Provided by: erlang-manpages_18.3-dfsg-1ubuntu3.1_all 

NAME
wxMDIParentFrame - See external documentation: wxMDIParentFrame.
DESCRIPTION
See external documentation: wxMDIParentFrame.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
wxMDIParentFrame():
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() -> wxMDIParentFrame()
See external documentation.
new(Parent, Id, Title) -> wxMDIParentFrame()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIParentFrame()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style,
integer()}
See external documentation.
activateNext(This) -> ok
Types:
This = wxMDIParentFrame()
See external documentation.
activatePrevious(This) -> ok
Types:
This = wxMDIParentFrame()
See external documentation.
arrangeIcons(This) -> ok
Types:
This = wxMDIParentFrame()
See external documentation.
cascade(This) -> ok
Types:
This = wxMDIParentFrame()
See external documentation.
create(This, Parent, Id, Title) -> boolean()
Types:
This = wxMDIParentFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types:
This = wxMDIParentFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style,
integer()}
See external documentation.
getActiveChild(This) -> wxMDIChildFrame() (see module wxMDIChildFrame)
Types:
This = wxMDIParentFrame()
See external documentation.
getClientWindow(This) -> wxMDIClientWindow() (see module wxMDIClientWindow)
Types:
This = wxMDIParentFrame()
See external documentation.
tile(This) -> ok
Types:
This = wxMDIParentFrame()
Equivalent to tile(This, []).
tile(This, Options::[Option]) -> ok
Types:
This = wxMDIParentFrame()
Option = {orient, wx_enum() (see module wx)}
See external documentation.
Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
destroy(This::wxMDIParentFrame()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wx 1.6.1 wxMDIParentFrame(3erl)