See external documentation: wxlayoutalgorithm.
See external documentation: wxLayoutAlgorithm.
wxLayoutAlgorithm():
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.
new() -> wxLayoutAlgorithm()
See external documentation.
layoutFrame(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxFrame() (see module wxFrame)
Equivalent to layoutFrame(This, Frame, []).
layoutFrame(This, Frame, Option::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxFrame() (see module wxFrame)
Option = {mainWindow, wxWindow() (see module wxWindow)}
See external documentation.
layoutMDIFrame(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxMDIParentFrame() (see module wxMDIParentFrame)
Equivalent to layoutMDIFrame(This, Frame, []).
layoutMDIFrame(This, Frame, Option::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxMDIParentFrame() (see module wxMDIParentFrame)
Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}
See external documentation.
layoutWindow(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxWindow() (see module wxWindow)
Equivalent to layoutWindow(This, Frame, []).
layoutWindow(This, Frame, Option::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxWindow() (see module wxWindow)
Option = {mainWindow, wxWindow() (see module wxWindow)}
See external documentation.
destroy(This::wxLayoutAlgorithm()) -> ok
Destroys this object, do not use object again
<>