.TH wxAuiPaneInfo 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxAuiPaneInfo \- See external documentation: wxAuiPaneInfo. .SH DESCRIPTION .LP See external documentation: wxAuiPaneInfo\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxAuiPaneInfo()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxAuiPaneInfo() .br .RS .LP See external documentation\&. .RE .LP .B new(C) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 C = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B bestSize(This, Size) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B bestSize(This, X, Y) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B bottom(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B bottomDockable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBbottomDockable(This, [])\fR\&\&. .RE .LP .B bottomDockable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B caption(This, C) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br C = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B captionVisible(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBcaptionVisible(This, [])\fR\&\&. .RE .LP .B captionVisible(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B centre(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B centrePane(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B closeButton(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBcloseButton(This, [])\fR\&\&. .RE .LP .B closeButton(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B defaultPane(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroyOnClose(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBdestroyOnClose(This, [])\fR\&\&. .RE .LP .B destroyOnClose(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B direction(This, Direction) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Direction = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B dock(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B dockable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBdockable(This, [])\fR\&\&. .RE .LP .B dockable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B fixed(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B float(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B floatable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBfloatable(This, [])\fR\&\&. .RE .LP .B floatable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B floatingPosition(This, Pos) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Pos = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B floatingPosition(This, X, Y) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B floatingSize(This, Size) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B floatingSize(This, X, Y) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B gripper(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBgripper(This, [])\fR\&\&. .RE .LP .B gripper(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B gripperTop(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBgripperTop(This, [])\fR\&\&. .RE .LP .B gripperTop(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {attop, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBorder(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasCaption(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasCloseButton(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasFlag(This, Flag) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Flag = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasGripper(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasGripperTop(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasMaximizeButton(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasMinimizeButton(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasPinButton(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hide(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isBottomDockable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isDocked(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isFixed(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isFloatable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isFloating(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isLeftDockable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isMovable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isResizable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isRightDockable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isShown(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isToolbar(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isTopDockable(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B layer(This, Layer) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Layer = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B left(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B leftDockable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBleftDockable(This, [])\fR\&\&. .RE .LP .B leftDockable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B maxSize(This, Size) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B maxSize(This, X, Y) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B maximizeButton(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBmaximizeButton(This, [])\fR\&\&. .RE .LP .B maximizeButton(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B minSize(This, Size) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B minSize(This, X, Y) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B minimizeButton(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBminimizeButton(This, [])\fR\&\&. .RE .LP .B minimizeButton(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B movable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBmovable(This, [])\fR\&\&. .RE .LP .B movable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B name(This, N) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br N = chardata() (see module unicode) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B paneBorder(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBpaneBorder(This, [])\fR\&\&. .RE .LP .B paneBorder(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B pinButton(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBpinButton(This, [])\fR\&\&. .RE .LP .B pinButton(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {visible, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B position(This, Pos) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B resizable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBresizable(This, [])\fR\&\&. .RE .LP .B resizable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {resizable, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B right(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B rightDockable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBrightDockable(This, [])\fR\&\&. .RE .LP .B rightDockable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B row(This, Row) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Row = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B safeSet(This, Source) -> ok .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Source = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFlag(This, Flag, Option_state) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Flag = integer() .br Option_state = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B show(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBshow(This, [])\fR\&\&. .RE .LP .B show(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {show, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B toolbarPane(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B top(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B topDockable(This) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br .RE .RE .RS .LP Equivalent to \fBtopDockable(This, [])\fR\&\&. .RE .LP .B topDockable(This, Option::[Option]) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br Option = {b, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B window(This, W) -> wxAuiPaneInfo() .br .RS .LP Types: .RS 3 This = wxAuiPaneInfo() .br W = wxWindow() (see module wxWindow) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxAuiPaneInfo()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>