wxAuiManager
See external documentation: wxAuiManager.
See external documentation:
This class is derived (and can use functions) from:
wxEvtHandler
Functions
new() -> wxAuiManager()
Equivalent to new([]).
new(Option::[Option]) -> wxAuiManager()
Option = {managed_wnd, wxWindow() (see module wxWindow)} | {flags, integer()}
See
addPane(This, Window) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Equivalent to addPane(This, Window, []).
addPane(This, Window, Option::[Option]) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Option = {direction, integer()} | {caption, chardata() (see module unicode)}
See
Also:
addPane(This, Window, Pane_info) -> boolean() when
This::wxAuiManager(), Window::wxWindow:wxWindow(), Pane_info::wxAuiPaneInfo:wxAuiPaneInfo().
addPane(This, Window, Pane_info, Drop_pos) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Pane_info = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Drop_pos = {X::integer(), Y::integer()}
See
detachPane(This, Window) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
See
getAllPanes(This) -> wx_object() (see module wx)
This = wxAuiManager()
See
getArtProvider(This) -> wxAuiDockArt() (see module wxAuiDockArt)
This = wxAuiManager()
See
getDockSizeConstraint(This) -> {Width_pct::number(), Height_pct::number()}
This = wxAuiManager()
See
getFlags(This) -> integer()
This = wxAuiManager()
See
getManagedWindow(This) -> wxWindow() (see module wxWindow)
This = wxAuiManager()
See
getManager(Window) -> wxAuiManager()
Window = wxWindow() (see module wxWindow)
See
getPane(This, Name) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
This = wxAuiManager()
Name = chardata() (see module unicode)
See
Also:
getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
This::wxAuiManager(), Window::wxWindow:wxWindow().
hideHint(This) -> ok
This = wxAuiManager()
See
insertPane(This, Window, Insert_location) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Insert_location = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Equivalent to insertPane(This, Window, Insert_location, []).
insertPane(This, Window, Insert_location, Option::[Option]) -> boolean()
This = wxAuiManager()
Window = wxWindow() (see module wxWindow)
Insert_location = wxAuiPaneInfo() (see module wxAuiPaneInfo)
Option = {insert_level, integer()}
See
loadPaneInfo(This, Pane_part, Pane) -> ok
This = wxAuiManager()
Pane_part = chardata() (see module unicode)
Pane = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See
loadPerspective(This, Perspective) -> boolean()
This = wxAuiManager()
Perspective = chardata() (see module unicode)
Equivalent to loadPerspective(This, Perspective, []).
loadPerspective(This, Perspective, Option::[Option]) -> boolean()
This = wxAuiManager()
Perspective = chardata() (see module unicode)
Option = {update, boolean()}
See
savePaneInfo(This, Pane) -> charlist() (see module unicode)
This = wxAuiManager()
Pane = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See
savePerspective(This) -> charlist() (see module unicode)
This = wxAuiManager()
See
setArtProvider(This, Art_provider) -> ok
This = wxAuiManager()
Art_provider = wxAuiDockArt() (see module wxAuiDockArt)
See
setDockSizeConstraint(This, Width_pct, Height_pct) -> ok
This = wxAuiManager()
Width_pct = number()
Height_pct = number()
See
setFlags(This, Flags) -> ok
This = wxAuiManager()
Flags = integer()
See
setManagedWindow(This, Managed_wnd) -> ok
This = wxAuiManager()
Managed_wnd = wxWindow() (see module wxWindow)
See
showHint(This, Rect) -> ok
This = wxAuiManager()
Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
See
unInit(This) -> ok
This = wxAuiManager()
See
update(This) -> ok
This = wxAuiManager()
See
destroy(This::wxAuiManager()) -> ok
Destroys this object, do not use object again