.TH wxLayoutAlgorithm 3erl "wx 0.99.2" "" "Erlang Module Definition" .SH NAME wxLayoutAlgorithm \- See external documentation: wxLayoutAlgorithm. .SH DESCRIPTION .LP See external documentation: wxLayoutAlgorithm\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxLayoutAlgorithm()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxLayoutAlgorithm() .br .RS .LP See external documentation\&. .RE .LP .B layoutFrame(This, Frame) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxFrame() (see module wxFrame) .br .RE .RE .RS .LP Equivalent to \fBlayoutFrame(This, Frame, [])\fR\&\&. .RE .LP .B layoutFrame(This, Frame, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxFrame() (see module wxFrame) .br Option = {mainWindow, wxWindow() (see module wxWindow)} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B layoutMDIFrame(This, Frame) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxMDIParentFrame() (see module wxMDIParentFrame) .br .RE .RE .RS .LP Equivalent to \fBlayoutMDIFrame(This, Frame, [])\fR\&\&. .RE .LP .B layoutMDIFrame(This, Frame, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxMDIParentFrame() (see module wxMDIParentFrame) .br Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B layoutWindow(This, Frame) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP Equivalent to \fBlayoutWindow(This, Frame, [])\fR\&\&. .RE .LP .B layoutWindow(This, Frame, Option::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxLayoutAlgorithm() .br Frame = wxWindow() (see module wxWindow) .br Option = {mainWindow, wxWindow() (see module wxWindow)} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxLayoutAlgorithm()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>