wxLayoutAlgorithm.3erl

Langue: en

Autres versions - même langue

Version: 281891 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxLayoutAlgorithm - See external documentation: wxLayoutAlgorithm.

DESCRIPTION

See external documentation: wxLayoutAlgorithm <http://www.wxwidgets.org/manuals/stable/wx_wxlayoutalgorithm.html>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxlayoutalgorithm.html#wxlayoutalgorithmwxlayoutalgorithm>.

layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame)) -> bool()


Equivalent to layoutFrame(This, Frame, []).

layoutFrame(This::wxLayoutAlgorithm(), Frame::wxFrame() (see module wxFrame), Options::[Option]) -> bool()

Types
Option = {mainWindow, wxWindow() (see module wxWindow)}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlayoutalgorithm.html#wxlayoutalgorithmlayoutframe>.

layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame)) -> bool()


Equivalent to layoutMDIFrame(This, Frame, []).

layoutMDIFrame(This::wxLayoutAlgorithm(), Frame::wxMDIParentFrame() (see module wxMDIParentFrame), Options::[Option]) -> bool()

Types
Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlayoutalgorithm.html#wxlayoutalgorithmlayoutmdiframe>.

layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow)) -> bool()


Equivalent to layoutWindow(This, Frame, []).

layoutWindow(This::wxLayoutAlgorithm(), Frame::wxWindow() (see module wxWindow), Options::[Option]) -> bool()

Types
Option = {mainWindow, wxWindow() (see module wxWindow)}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlayoutalgorithm.html#wxlayoutalgorithmlayoutwindow>.

destroy(This::wxLayoutAlgorithm()) -> ok


Destroys this object, do not use object again