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