wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxSizerFlags

Module

wxSizerFlags

Module Summary

See external documentation: wxSizerFlags.

Description

See external documentation: wxSizerFlags.

DATA TYPES

wxSizerFlags()

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

Equivalent to new([]).

new(Options::[Option]) -> wxSizerFlags()

Types

Option = {proportion, integer()}

align(This, Alignment) -> wxSizerFlags()

Types

Alignment = integer()

border(This) -> wxSizerFlags()

Types

Equivalent to border(This, []).

border(This, Options::[Option]) -> wxSizerFlags()

Types

Option = {direction, integer()}

border(This, Direction, BorderInPixels) -> wxSizerFlags()

Types

Direction = integer()
BorderInPixels = integer()

center(This) -> wxSizerFlags()

Types

centre(This) -> wxSizerFlags()

Types

expand(This) -> wxSizerFlags()

Types

left(This) -> wxSizerFlags()

Types

proportion(This, Proportion) -> wxSizerFlags()

Types

Proportion = integer()

right(This) -> wxSizerFlags()

Types

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

Destroys this object, do not use object again