wxAuiManager
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxAuiManager.
This class is derived (and can use functions) from:
wxEvtHandler
DATA TYPES
EXPORTS
Equivalent to new([]).
new(Options::[Option]) -> wxAuiManager()
Types:
addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool()
Equivalent to addPane(This, Window, []).
addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), X::term()) -> bool()
See external documentation.
Alternatives:
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), [Option]) -> bool()
Option = {direction, integer()} | {caption, string()}
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), Pane_info::wxAuiPaneInfo:wxAuiPaneInfo()) -> bool()
detachPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool()
getAllPanes(This::wxAuiManager()) -> wxAuiPaneInfoArray() (see module wxAuiPaneInfoArray)
getArtProvider(This::wxAuiManager()) -> wxAuiDockArt() (see module wxAuiDockArt)
getDockSizeConstraint(This::wxAuiManager()) -> {Width_pct::float(), Height_pct::float()}
getFlags(This::wxAuiManager()) -> integer()
getManagedWindow(This::wxAuiManager()) -> wxWindow() (see module wxWindow)
getManager(Window::wxWindow() (see module wxWindow)) -> wxAuiManager()
getPane(This::wxAuiManager(), X::string() | term()) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
See external documentation.
Alternatives:
getPane(This::wxAuiManager(), Name::string()) -> wxAuiPaneInfo:wxAuiPaneInfo()
getPane(This::wxAuiManager(), Window::wxWindow:wxWindow()) -> wxAuiPaneInfo:wxAuiPaneInfo()
hideHint(This::wxAuiManager()) -> ok
Equivalent to insertPane(This, Window, Insert_location, []).
Types:
loadPerspective(This::wxAuiManager(), Perspective::string()) -> bool()
Equivalent to loadPerspective(This, Perspective, []).
loadPerspective(This::wxAuiManager(), Perspective::string(), Options::[Option]) -> bool()
Types:
savePaneInfo(This::wxAuiManager(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> string()
savePerspective(This::wxAuiManager()) -> string()
setArtProvider(This::wxAuiManager(), Art_provider::wxAuiDockArt() (see module wxAuiDockArt)) -> ok
setDockSizeConstraint(This::wxAuiManager(), Width_pct::float(), Height_pct::float()) -> ok
setFlags(This::wxAuiManager(), Flags::integer()) -> ok
setManagedWindow(This::wxAuiManager(), Managed_wnd::wxWindow() (see module wxWindow)) -> ok
showHint(This::wxAuiManager(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok
unInit(This::wxAuiManager()) -> ok