wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxLayoutAlgorithm

Module

wxLayoutAlgorithm

Module Summary

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()

layoutFrame(This, Frame) -> boolean()

Types

layoutFrame(This, Frame, Options::[Option]) -> boolean()

Types

Option = {mainWindow, wxWindow:wxWindow()}

layoutMDIFrame(This, Frame) -> boolean()

layoutMDIFrame(This, Frame, Options::[Option]) -> boolean()

Types

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

layoutWindow(This, Frame) -> boolean()

layoutWindow(This, Frame, Options::[Option]) -> boolean()

Types

Option = {mainWindow, wxWindow:wxWindow()}

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

Destroys this object, do not use object again