abstract datatype: 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.
| destroy/1* | Destroys this object, do not use object again. |
| layoutFrame/2* | Equivalent to layoutFrame(This, Frame, []). |
| layoutFrame/3* | See external documentation. |
| layoutMDIFrame/2* | Equivalent to layoutMDIFrame(This, Frame, []). |
| layoutMDIFrame/3* | See external documentation. |
| layoutWindow/2* | Equivalent to layoutWindow(This, Frame, []). |
| layoutWindow/3* | See external documentation. |
| new/0* | See external documentation. |
destroy(This::wxLayoutAlgorithm()) -> ok
Destroys this object, do not use object again
layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame:wxFrame()) -> bool()
Equivalent to layoutFrame(This, Frame, []).
layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame:wxFrame(), Options::[Option]) -> bool()
layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame:wxMDIParentFrame()) -> bool()
Equivalent to layoutMDIFrame(This, Frame, []).
layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame:wxMDIParentFrame(), Options::[Option]) -> bool()
layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow:wxWindow()) -> bool()
Equivalent to layoutWindow(This, Frame, []).
layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow:wxWindow(), Options::[Option]) -> bool()
new() -> wxLayoutAlgorithm()
Generated by EDoc, May 26 2008, 12:35:27.