wxAuiPaneInfo

See external documentation: wxAuiPaneInfo.

See external documentation: wxAuiPaneInfo.

Types


wxAuiPaneInfo() = wx:wx_object()

Functions


new() -> wxAuiPaneInfo()

See external documentation.

new(C) -> wxAuiPaneInfo()

  • C = wxAuiPaneInfo()

See external documentation.

bestSize(This, Size) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

  • This = wxAuiPaneInfo()
  • X = integer()
  • Y = integer()

See external documentation.

bottom(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

bottomDockable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to bottomDockable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

caption(This, C) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • C = chardata() (see module unicode)

See external documentation.

captionVisible(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to captionVisible(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

centre(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

centrePane(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

closeButton(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to closeButton(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

defaultPane(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

destroyOnClose(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to destroyOnClose(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

direction(This, Direction) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Direction = integer()

See external documentation.

dock(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

dockable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to dockable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

fixed(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

float(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

floatable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to floatable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

floatingPosition(This, Pos) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Pos = {X::integer(), Y::integer()}

See external documentation.

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

  • This = wxAuiPaneInfo()
  • X = integer()
  • Y = integer()

See external documentation.

floatingSize(This, Size) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

  • This = wxAuiPaneInfo()
  • X = integer()
  • Y = integer()

See external documentation.

gripper(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to gripper(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

gripperTop(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to gripperTop(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {attop, boolean()}

See external documentation.

hasBorder(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasCaption(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasCloseButton(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasFlag(This, Flag) -> boolean()

  • This = wxAuiPaneInfo()
  • Flag = integer()

See external documentation.

hasGripper(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasGripperTop(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasMaximizeButton(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasMinimizeButton(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hasPinButton(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

hide(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

isBottomDockable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isDocked(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isFixed(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isFloatable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isFloating(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isLeftDockable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isMovable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isOk(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isResizable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isRightDockable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isShown(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isToolbar(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

isTopDockable(This) -> boolean()

  • This = wxAuiPaneInfo()

See external documentation.

layer(This, Layer) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Layer = integer()

See external documentation.

left(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

leftDockable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to leftDockable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

maxSize(This, Size) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

  • This = wxAuiPaneInfo()
  • X = integer()
  • Y = integer()

See external documentation.

maximizeButton(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to maximizeButton(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

minSize(This, Size) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

  • This = wxAuiPaneInfo()
  • X = integer()
  • Y = integer()

See external documentation.

minimizeButton(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to minimizeButton(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

movable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to movable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

name(This, N) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • N = chardata() (see module unicode)

See external documentation.

paneBorder(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to paneBorder(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

pinButton(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to pinButton(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {visible, boolean()}

See external documentation.

position(This, Pos) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Pos = integer()

See external documentation.

resizable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to resizable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {resizable, boolean()}

See external documentation.

right(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

rightDockable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to rightDockable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

row(This, Row) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • Row = integer()

See external documentation.

safeSet(This, Source) -> ok

  • This = wxAuiPaneInfo()
  • Source = wxAuiPaneInfo()

See external documentation.

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

  • This = wxAuiPaneInfo()
  • Flag = integer()
  • Option_state = boolean()

See external documentation.

show(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to show(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {show, boolean()}

See external documentation.

toolbarPane(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

top(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

See external documentation.

topDockable(This) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()

Equivalent to topDockable(This, []).

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

  • This = wxAuiPaneInfo()
  • Option = {b, boolean()}

See external documentation.

window(This, W) -> wxAuiPaneInfo()

  • This = wxAuiPaneInfo()
  • W = wxWindow() (see module wxWindow)

See external documentation.

getWindow(This) -> wxWindow() (see module wxWindow)

  • This = wxAuiPaneInfo()

See external documentation.

getFrame(This) -> wxFrame() (see module wxFrame)

  • This = wxAuiPaneInfo()

See external documentation.

getDirection(This) -> integer()

  • This = wxAuiPaneInfo()

See external documentation.

getLayer(This) -> integer()

  • This = wxAuiPaneInfo()

See external documentation.

getRow(This) -> integer()

  • This = wxAuiPaneInfo()

See external documentation.

getPosition(This) -> integer()

  • This = wxAuiPaneInfo()

See external documentation.

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

  • This = wxAuiPaneInfo()

See external documentation.

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

  • This = wxAuiPaneInfo()

See external documentation.

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

Destroys this object, do not use object again