wxLayoutAlgorithm(3erl) | Erlang Module Definition | wxLayoutAlgorithm(3erl) |
wxLayoutAlgorithm - See external documentation: wxLayoutAlgorithm.
See external documentation: 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.
new() -> wxLayoutAlgorithm()
See external documentation.
layoutFrame(This, Frame) -> boolean()
Types:
Equivalent to layoutFrame(This, Frame, []).
layoutFrame(This, Frame, Options::[Option]) -> boolean()
Types:
See external documentation.
layoutMDIFrame(This, Frame) -> boolean()
Types:
Equivalent to layoutMDIFrame(This, Frame, []).
layoutMDIFrame(This, Frame, Options::[Option]) ->
boolean()
Types:
See external documentation.
layoutWindow(This, Frame) -> boolean()
Types:
Equivalent to layoutWindow(This, Frame, []).
layoutWindow(This, Frame, Options::[Option]) ->
boolean()
Types:
See external documentation.
destroy(This::wxLayoutAlgorithm()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |