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