new() -> wxAuiManager()
Equivalent to new([]).
See external documentation: wxAuiManager.
This class is derived (and can use functions) from:
wxEvtHandler
Equivalent to new([]).
Equivalent to addPane(This, Window, []).
See external documentation.
Also:
addPane(This, Window, Pane_info) -> boolean() when
This::wxAuiManager(), Window::wxWindow:wxWindow(), Pane_info::wxAuiPaneInfo:wxAuiPaneInfo().
See external documentation.
Also:
getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
This::wxAuiManager(), Window::wxWindow:wxWindow().
Equivalent to insertPane(This, Window, Insert_location, []).
Equivalent to loadPerspective(This, Perspective, []).