wxLayoutAlgorithm.3erl

Langue: en

Autres versions - même langue

Version: 349358 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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::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.

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.

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.

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


Destroys this object, do not use object again

AUTHORS

<>