Scroll to navigation

wxAuiPaneInfo(3erl) Erlang Module Definition wxAuiPaneInfo(3erl)

NAME

wxAuiPaneInfo - 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()
 
See external documentation.
 
new(C) -> wxAuiPaneInfo()
 
Types:
 
C = wxAuiPaneInfo()
 
See external documentation.
 
bestSize(This, Size) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
bestSize(This, X, Y) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
X = integer()
 
Y = integer()
 
See external documentation.
 
bottom(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
bottomDockable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to bottomDockable(This, []).
 
bottomDockable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
caption(This, C) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
C = chardata() (see module unicode)
 
See external documentation.
 
captionVisible(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to captionVisible(This, []).
 
captionVisible(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
centre(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
centrePane(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
closeButton(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to closeButton(This, []).
 
closeButton(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
defaultPane(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
destroyOnClose(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to destroyOnClose(This, []).
 
destroyOnClose(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
direction(This, Direction) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Direction = integer()
 
See external documentation.
 
dock(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
dockable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to dockable(This, []).
 
dockable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
fixed(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
float(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
floatable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to floatable(This, []).
 
floatable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
floatingPosition(This, Pos) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Pos = {X::integer(), Y::integer()}
 
See external documentation.
 
floatingPosition(This, X, Y) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
X = integer()
 
Y = integer()
 
See external documentation.
 
floatingSize(This, Size) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
floatingSize(This, X, Y) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
X = integer()
 
Y = integer()
 
See external documentation.
 
gripper(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to gripper(This, []).
 
gripper(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
gripperTop(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to gripperTop(This, []).
 
gripperTop(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {attop, boolean()}
 
See external documentation.
 
hasBorder(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasCaption(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasCloseButton(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasFlag(This, Flag) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
Flag = integer()
 
See external documentation.
 
hasGripper(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasGripperTop(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasMaximizeButton(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasMinimizeButton(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hasPinButton(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
hide(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isBottomDockable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isDocked(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isFixed(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isFloatable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isFloating(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isLeftDockable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isMovable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isOk(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isResizable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isRightDockable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isShown(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isToolbar(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
isTopDockable(This) -> boolean()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
layer(This, Layer) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Layer = integer()
 
See external documentation.
 
left(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
leftDockable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to leftDockable(This, []).
 
leftDockable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
maxSize(This, Size) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
maxSize(This, X, Y) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
X = integer()
 
Y = integer()
 
See external documentation.
 
maximizeButton(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to maximizeButton(This, []).
 
maximizeButton(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
minSize(This, Size) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
minSize(This, X, Y) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
X = integer()
 
Y = integer()
 
See external documentation.
 
minimizeButton(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to minimizeButton(This, []).
 
minimizeButton(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
movable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to movable(This, []).
 
movable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
name(This, N) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
N = chardata() (see module unicode)
 
See external documentation.
 
paneBorder(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to paneBorder(This, []).
 
paneBorder(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
pinButton(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to pinButton(This, []).
 
pinButton(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {visible, boolean()}
 
See external documentation.
 
position(This, Pos) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Pos = integer()
 
See external documentation.
 
resizable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to resizable(This, []).
 
resizable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {resizable, boolean()}
 
See external documentation.
 
right(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
rightDockable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to rightDockable(This, []).
 
rightDockable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
row(This, Row) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Row = integer()
 
See external documentation.
 
safeSet(This, Source) -> ok
 
Types:
 
This = wxAuiPaneInfo()
 
Source = wxAuiPaneInfo()
 
See external documentation.
 
setFlag(This, Flag, Option_state) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Flag = integer()
 
Option_state = boolean()
 
See external documentation.
 
show(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to show(This, []).
 
show(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {show, boolean()}
 
See external documentation.
 
toolbarPane(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
top(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
See external documentation.
 
topDockable(This) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Equivalent to topDockable(This, []).
 
topDockable(This, Option::[Option]) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
Option = {b, boolean()}
 
See external documentation.
 
window(This, W) -> wxAuiPaneInfo()
 
Types:
 
This = wxAuiPaneInfo()
 
W = wxWindow() (see module wxWindow)
 
See external documentation.
 
destroy(This::wxAuiPaneInfo()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 1.3.1