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