table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
wxAuiManager(3erl) | Erlang Module Definition | wxAuiManager(3erl) |
NAME¶
wxAuiManager - See external documentation: wxAuiManager.DESCRIPTION¶
See external documentation: wxAuiManager. This class is derived (and can use functions) from:DATA TYPES¶
- wxAuiManager():
-
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() -> wxAuiManager()
Equivalent to new([]).
Types:
Option = {managed_wnd, wxWindow() (see module
wxWindow)} | {flags, integer()}
See external documentation.
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Equivalent to addPane(This, Window, []).
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Option = {direction, integer()} | {caption, chardata() (see module unicode)}
See external documentation.
Also:
addPane(This, Window, Pane_info) -> boolean() when
This::wxAuiManager(), Window::wxWindow:wxWindow(),
Pane_info::wxAuiPaneInfo:wxAuiPaneInfo().
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Pane_info = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Drop_pos = {X::integer(), Y::integer()}
See external documentation.
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
Window = wxWindow() (see module wxWindow)
See external documentation.
Types:
This = wxAuiManager()
Name = chardata() (see module unicode)
See external documentation.
Also:
getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
This::wxAuiManager(), Window::wxWindow:wxWindow().
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Insert_location = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Equivalent to insertPane(This, Window, Insert_location, []).
Types:
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Insert_location = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Option = {insert_level, integer()}
See external documentation.
Types:
This = wxAuiManager()
Pane_part = chardata() (see module unicode)
Pane = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See external documentation.
Types:
This = wxAuiManager()
Perspective = chardata() (see module unicode)
Equivalent to loadPerspective(This, Perspective, []).
Types:
This = wxAuiManager()
Perspective = chardata() (see module unicode)
Option = {update, boolean()}
See external documentation.
Types:
This = wxAuiManager()
Pane = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
Art_provider = wxAuiDockArt() (see module wxAuiDockArt)
See external documentation.
Types:
This = wxAuiManager()
Width_pct = number()
Height_pct = number()
See external documentation.
Types:
This = wxAuiManager()
Flags = integer()
See external documentation.
Types:
This = wxAuiManager()
Managed_wnd = wxWindow() (see module wxWindow)
See external documentation.
Types:
This = wxAuiManager()
Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Types:
This = wxAuiManager()
See external documentation.
Destroys this object, do not use object again
AUTHORS¶
wx 1.3.1 |