wxLayoutAlgorithm(3erl) Erlang Module Definition wxLayoutAlgorithm(3erl)
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
<>
wxErlang 0.98.9 wxLayoutAlgorithm(3erl)