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, 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.9.1 wxLayoutAlgorithm(3erl)