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