wxFramewxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: 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.
| activateNext/1* | See external documentation. |
| activatePrevious/1* | See external documentation. |
| arrangeIcons/1* | See external documentation. |
| cascade/1* | See external documentation. |
| create/4* | Equivalent to create(This, Parent, Id, Title, []). |
| create/5* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getActiveChild/1* | See external documentation. |
| getClientWindow/1* | See external documentation. |
| new/0* | See external documentation. |
| new/3* | Equivalent to new(Parent, Id, Title, []). |
| new/4* | See external documentation. |
| tile/1* | Equivalent to tile(This, []). |
| tile/2* | See external documentation. |
activateNext(This::wxMDIParentFrame()) -> ok
activatePrevious(This::wxMDIParentFrame()) -> ok
arrangeIcons(This::wxMDIParentFrame()) -> ok
cascade(This::wxMDIParentFrame()) -> ok
create(This::wxMDIParentFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> bool()
Equivalent to create(This, Parent, Id, Title, []).
create(This::wxMDIParentFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> bool()
destroy(This::wxMDIParentFrame()) -> ok
Destroys this object, do not use object again
getActiveChild(This::wxMDIParentFrame()) -> wxMDIChildFrame:wxMDIChildFrame()
getClientWindow(This::wxMDIParentFrame()) -> wxMDIClientWindow:wxMDIClientWindow()
new() -> wxMDIParentFrame()
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> wxMDIParentFrame()
Equivalent to new(Parent, Id, Title, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> wxMDIParentFrame()
tile(This::wxMDIParentFrame()) -> ok
Equivalent to tile(This, []).
tile(This::wxMDIParentFrame(), Options::[Option]) -> ok
See external documentation.
WxOrientation is one of ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
Generated by EDoc, May 26 2008, 12:35:27.