Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_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: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
<> wx 1.8.3 wxLayoutAlgorithm(3erl)