wxMDIClientWindow
See external documentation: wxMDIClientWindow.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxMDIClientWindow()
See
new(Parent) -> wxMDIClientWindow()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxMDIClientWindow()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Option = {style, integer()}
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
See
createClient(This, Parent) -> boolean()
This = wxMDIClientWindow()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Equivalent to createClient(This, Parent, []).
createClient(This, Parent, Option::[Option]) -> boolean()
This = wxMDIClientWindow()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Option = {style, integer()}
See
destroy(This::wxMDIClientWindow()) -> ok
Destroys this object, do not use object again