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)
-
Parent = wxWindow() (see module wxWindow)
-
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()}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
activateNext(This) -> ok
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
See external documentation.
activatePrevious(This) -> ok
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
See external documentation.
arrangeIcons(This) -> ok
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
See external documentation.
cascade(This) -> ok
-
Types:
-
This = wxMDIParentFrame()
-
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)
-
This = wxMDIParentFrame()
-
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()}
-
This = wxMDIParentFrame()
-
See external documentation.
getActiveChild(This) -> wxMDIChildFrame() (see module wxMDIChildFrame)
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
See external documentation.
getClientWindow(This) -> wxMDIClientWindow() (see module wxMDIClientWindow)
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
See external documentation.
tile(This) -> ok
-
Types:
-
This = wxMDIParentFrame()
-
This = wxMDIParentFrame()
-
Equivalent to tile(This, []).
tile(This, Options::[Option]) -> ok
-
Types:
-
This = wxMDIParentFrame()
Option = {orient, wx_enum() (see module wx)}
-
This = wxMDIParentFrame()
-
See external documentation.
Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
destroy(This::wxMDIParentFrame()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>