wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxAuiPaneInfo

Module

wxAuiPaneInfo

Module Summary

See external documentation: wxAuiPaneInfo.

Description

See external documentation: wxAuiPaneInfo.

DATA TYPES

wxAuiPaneInfo()

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

new(C) -> wxAuiPaneInfo()

Types

bestSize(This, Size) -> wxAuiPaneInfo()

Types

Size = {W::integer(), H::integer()}

bestSize(This, X, Y) -> wxAuiPaneInfo()

Types

X = integer()
Y = integer()

bottom(This) -> wxAuiPaneInfo()

Types

bottomDockable(This) -> wxAuiPaneInfo()

Types

Equivalent to bottomDockable(This, []).

bottomDockable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

caption(This, C) -> wxAuiPaneInfo()

captionVisible(This) -> wxAuiPaneInfo()

Types

Equivalent to captionVisible(This, []).

captionVisible(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

centre(This) -> wxAuiPaneInfo()

Types

centrePane(This) -> wxAuiPaneInfo()

Types

closeButton(This) -> wxAuiPaneInfo()

Types

Equivalent to closeButton(This, []).

closeButton(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

defaultPane(This) -> wxAuiPaneInfo()

Types

destroyOnClose(This) -> wxAuiPaneInfo()

Types

Equivalent to destroyOnClose(This, []).

destroyOnClose(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

direction(This, Direction) -> wxAuiPaneInfo()

Types

Direction = integer()

dock(This) -> wxAuiPaneInfo()

Types

dockable(This) -> wxAuiPaneInfo()

Types

Equivalent to dockable(This, []).

dockable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

fixed(This) -> wxAuiPaneInfo()

Types

float(This) -> wxAuiPaneInfo()

Types

floatable(This) -> wxAuiPaneInfo()

Types

Equivalent to floatable(This, []).

floatable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

floatingPosition(This, Pos) -> wxAuiPaneInfo()

Types

Pos = {X::integer(), Y::integer()}

floatingPosition(This, X, Y) -> wxAuiPaneInfo()

Types

X = integer()
Y = integer()

floatingSize(This, Size) -> wxAuiPaneInfo()

Types

Size = {W::integer(), H::integer()}

floatingSize(This, X, Y) -> wxAuiPaneInfo()

Types

X = integer()
Y = integer()

gripper(This) -> wxAuiPaneInfo()

Types

Equivalent to gripper(This, []).

gripper(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

gripperTop(This) -> wxAuiPaneInfo()

Types

Equivalent to gripperTop(This, []).

gripperTop(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {attop, boolean()}

hasBorder(This) -> boolean()

Types

hasCaption(This) -> boolean()

Types

hasCloseButton(This) -> boolean()

Types

hasFlag(This, Flag) -> boolean()

Types

Flag = integer()

hasGripper(This) -> boolean()

Types

hasGripperTop(This) -> boolean()

Types

hasMaximizeButton(This) -> boolean()

Types

hasMinimizeButton(This) -> boolean()

Types

hasPinButton(This) -> boolean()

Types

hide(This) -> wxAuiPaneInfo()

Types

isBottomDockable(This) -> boolean()

Types

isDocked(This) -> boolean()

Types

isFixed(This) -> boolean()

Types

isFloatable(This) -> boolean()

Types

isFloating(This) -> boolean()

Types

isLeftDockable(This) -> boolean()

Types

isMovable(This) -> boolean()

Types

isOk(This) -> boolean()

Types

isResizable(This) -> boolean()

Types

isRightDockable(This) -> boolean()

Types

isShown(This) -> boolean()

Types

isToolbar(This) -> boolean()

Types

isTopDockable(This) -> boolean()

Types

layer(This, Layer) -> wxAuiPaneInfo()

Types

Layer = integer()

left(This) -> wxAuiPaneInfo()

Types

leftDockable(This) -> wxAuiPaneInfo()

Types

Equivalent to leftDockable(This, []).

leftDockable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

maxSize(This, Size) -> wxAuiPaneInfo()

Types

Size = {W::integer(), H::integer()}

maxSize(This, X, Y) -> wxAuiPaneInfo()

Types

X = integer()
Y = integer()

maximizeButton(This) -> wxAuiPaneInfo()

Types

Equivalent to maximizeButton(This, []).

maximizeButton(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

minSize(This, Size) -> wxAuiPaneInfo()

Types

Size = {W::integer(), H::integer()}

minSize(This, X, Y) -> wxAuiPaneInfo()

Types

X = integer()
Y = integer()

minimizeButton(This) -> wxAuiPaneInfo()

Types

Equivalent to minimizeButton(This, []).

minimizeButton(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

movable(This) -> wxAuiPaneInfo()

Types

Equivalent to movable(This, []).

movable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

name(This, N) -> wxAuiPaneInfo()

paneBorder(This) -> wxAuiPaneInfo()

Types

Equivalent to paneBorder(This, []).

paneBorder(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

pinButton(This) -> wxAuiPaneInfo()

Types

Equivalent to pinButton(This, []).

pinButton(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {visible, boolean()}

position(This, Pos) -> wxAuiPaneInfo()

Types

Pos = integer()

resizable(This) -> wxAuiPaneInfo()

Types

Equivalent to resizable(This, []).

resizable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {resizable, boolean()}

right(This) -> wxAuiPaneInfo()

Types

rightDockable(This) -> wxAuiPaneInfo()

Types

Equivalent to rightDockable(This, []).

rightDockable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

row(This, Row) -> wxAuiPaneInfo()

Types

Row = integer()

safeSet(This, Source) -> ok

Types

Source = wxAuiPaneInfo()

setFlag(This, Flag, Option_state) -> wxAuiPaneInfo()

Types

Flag = integer()
Option_state = boolean()

show(This) -> wxAuiPaneInfo()

Types

Equivalent to show(This, []).

show(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {show, boolean()}

toolbarPane(This) -> wxAuiPaneInfo()

Types

top(This) -> wxAuiPaneInfo()

Types

topDockable(This) -> wxAuiPaneInfo()

Types

Equivalent to topDockable(This, []).

topDockable(This, Options::[Option]) -> wxAuiPaneInfo()

Types

Option = {b, boolean()}

window(This, W) -> wxAuiPaneInfo()

getWindow(This) -> wxWindow:wxWindow()

Types

getFrame(This) -> wxFrame:wxFrame()

Types

getDirection(This) -> integer()

Types

getLayer(This) -> integer()

Types

getRow(This) -> integer()

Types

getPosition(This) -> integer()

Types

getFloatingPosition(This) -> {X::integer(), Y::integer()}

Types

getFloatingSize(This) -> {W::integer(), H::integer()}

Types

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

Destroys this object, do not use object again