wxMDIParentFrame
MODULE
wxMDIParentFrame
MODULE SUMMARY
See external documentation: wxMDIParentFrame.
DESCRIPTION
See external documentation: wxMDIParentFrame.
  
This class is derived (and can use functions) from:
  
wxFrame
  
wxTopLevelWindow
  
wxWindow
  
wxEvtHandler
  
- 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()
new(Parent, Id, Title) -> wxMDIParentFrame()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
 
new(Parent, Id, Title, Option::[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()}
 
activateNext(This) -> ok
Types:
This = wxMDIParentFrame()
 
activatePrevious(This) -> ok
Types:
This = wxMDIParentFrame()
 
arrangeIcons(This) -> ok
Types:
This = wxMDIParentFrame()
 
cascade(This) -> ok
Types:
This = wxMDIParentFrame()
 
create(This, Parent, Id, Title) -> boolean()
Types:
This = wxMDIParentFrame()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Title = chardata() (see module unicode)
 
create(This, Parent, Id, Title, Option::[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()}
 
getActiveChild(This) -> wxMDIChildFrame() (see module wxMDIChildFrame)
Types:
This = wxMDIParentFrame()
 
getClientWindow(This) -> wxMDIClientWindow() (see module wxMDIClientWindow)
Types:
This = wxMDIParentFrame()
 
tile(This) -> ok
Types:
This = wxMDIParentFrame()
 
Equivalent to tile(This, []).
tile(This, Option::[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