wxMDIParentFrame
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxMDIParentFrame.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new() -> wxMDIParentFrame()
new(Parent, Id, Title) -> wxMDIParentFrame()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIParentFrame()
Types:
Types:
Types:
Types:
Types:
create(This, Parent, Id, Title) -> boolean()
Types:
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types:
getActiveChild(This) -> wxMDIChildFrame:wxMDIChildFrame()
Types:
getClientWindow(This) -> wxMDIClientWindow:wxMDIClientWindow()
Types:
Types:
Equivalent to tile(This, []).
tile(This, Options::[Option]) -> ok
See external documentation.
Orient = ?wxHORIZONTAL | ?wxVERTICAL | ?wxBOTH
destroy(This::wxMDIParentFrame()) -> ok