Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all
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, Frame) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxFrame() (see module wxFrame) Equivalent to layoutFrame(This, Frame, []). layoutFrame(This, Frame, Option::[Option]) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxFrame() (see module wxFrame) Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation. layoutMDIFrame(This, Frame) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxMDIParentFrame() (see module wxMDIParentFrame) Equivalent to layoutMDIFrame(This, Frame, []). layoutMDIFrame(This, Frame, Option::[Option]) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxMDIParentFrame() (see module wxMDIParentFrame) Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}} See external documentation. layoutWindow(This, Frame) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxWindow() (see module wxWindow) Equivalent to layoutWindow(This, Frame, []). layoutWindow(This, Frame, Option::[Option]) -> boolean() Types: This = wxLayoutAlgorithm() Frame = wxWindow() (see module wxWindow) Option = {mainWindow, wxWindow() (see module wxWindow)} See external documentation. destroy(This::wxLayoutAlgorithm()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.1.1 wxLayoutAlgorithm(3erl)