wxAuiPaneInfo.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

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


See external documentation.

bestSize(This::wxAuiPaneInfo(), Size::{W::integer(), H::integer()}) -> wxAuiPaneInfo()


See external documentation.

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


See external documentation.

bottom(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

bottomDockable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to bottomDockable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

caption(This::wxAuiPaneInfo(), C::string()) -> wxAuiPaneInfo()


See external documentation.

captionVisible(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to captionVisible(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

centre(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

centrePane(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

closeButton(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to closeButton(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

defaultPane(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

destroyOnClose(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to destroyOnClose(This, []).

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

Types
Option = {b, bool()}

See external documentation.

direction(This::wxAuiPaneInfo(), Direction::integer()) -> wxAuiPaneInfo()


See external documentation.

dock(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

dockable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to dockable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

fixed(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

float(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

floatable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to floatable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

floatingPosition(This::wxAuiPaneInfo(), Pos::{X::integer(), Y::integer()}) -> wxAuiPaneInfo()


See external documentation.

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


See external documentation.

floatingSize(This::wxAuiPaneInfo(), Size::{W::integer(), H::integer()}) -> wxAuiPaneInfo()


See external documentation.

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


See external documentation.

gripper(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to gripper(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

gripperTop(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to gripperTop(This, []).

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

Types
Option = {attop, bool()}

See external documentation.

hasBorder(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasCaption(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasCloseButton(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasFlag(This::wxAuiPaneInfo(), Flag::integer()) -> bool()


See external documentation.

hasGripper(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasGripperTop(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasMaximizeButton(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasMinimizeButton(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hasPinButton(This::wxAuiPaneInfo()) -> bool()


See external documentation.

hide(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

isBottomDockable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isDocked(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isFixed(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isFloatable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isFloating(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isLeftDockable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isMovable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isOk(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isResizable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isRightDockable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isShown(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isToolbar(This::wxAuiPaneInfo()) -> bool()


See external documentation.

isTopDockable(This::wxAuiPaneInfo()) -> bool()


See external documentation.

layer(This::wxAuiPaneInfo(), Layer::integer()) -> wxAuiPaneInfo()


See external documentation.

left(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

leftDockable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to leftDockable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

maxSize(This::wxAuiPaneInfo(), Size::{W::integer(), H::integer()}) -> wxAuiPaneInfo()


See external documentation.

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


See external documentation.

maximizeButton(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to maximizeButton(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

minSize(This::wxAuiPaneInfo(), Size::{W::integer(), H::integer()}) -> wxAuiPaneInfo()


See external documentation.

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


See external documentation.

minimizeButton(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to minimizeButton(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

movable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to movable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

name(This::wxAuiPaneInfo(), N::string()) -> wxAuiPaneInfo()


See external documentation.

paneBorder(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to paneBorder(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

pinButton(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to pinButton(This, []).

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

Types
Option = {visible, bool()}

See external documentation.

position(This::wxAuiPaneInfo(), Pos::integer()) -> wxAuiPaneInfo()


See external documentation.

resizable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to resizable(This, []).

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

Types
Option = {resizable, bool()}

See external documentation.

right(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

rightDockable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to rightDockable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

row(This::wxAuiPaneInfo(), Row::integer()) -> wxAuiPaneInfo()


See external documentation.

safeSet(This::wxAuiPaneInfo(), Source::wxAuiPaneInfo()) -> ok


See external documentation.

setFlag(This::wxAuiPaneInfo(), Flag::integer(), Option_state::bool()) -> wxAuiPaneInfo()


See external documentation.

show(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to show(This, []).

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

Types
Option = {show, bool()}

See external documentation.

toolbarPane(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

top(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


See external documentation.

topDockable(This::wxAuiPaneInfo()) -> wxAuiPaneInfo()


Equivalent to topDockable(This, []).

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

Types
Option = {b, bool()}

See external documentation.

window(This::wxAuiPaneInfo(), W::wxWindow() (see module wxWindow)) -> wxAuiPaneInfo()


See external documentation.

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


Destroys this object, do not use object again

AUTHORS

<>