wxAuiManager
Module
Module Summary
Description
See external documentation: wxAuiManager.
This class is derived (and can use functions) from:
wxEvtHandler
DATA TYPES
Exports
new() -> wxAuiManager()
Equivalent to new([]).
new(Options::[Option]) -> wxAuiManager()
Types
addPane(This, Window) -> boolean()
Equivalent to addPane(This, Window, []).
addPane(This, Window, Options::[Option]) -> boolean()
Types
See external documentation.
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()
Types
detachPane(This, Window) -> boolean()
getAllPanes(This) -> [wxAuiPaneInfo:wxAuiPaneInfo()]
Types
getArtProvider(This) -> wxAuiDockArt:wxAuiDockArt()
Types
getDockSizeConstraint(This) -> {Width_pct::number(), Height_pct::number()}
Types
Types
getManagedWindow(This) -> wxWindow:wxWindow()
Types
getManager(Window) -> wxAuiManager()
Types
getPane(This, Name) -> wxAuiPaneInfo:wxAuiPaneInfo()
See external documentation.
Also:
getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
This::wxAuiManager(), Window::wxWindow:wxWindow().
Types
insertPane(This, Window, Insert_location) -> boolean()
Types
Equivalent to insertPane(This, Window, Insert_location, []).
insertPane(This, Window, Insert_location, Options::[Option]) -> boolean()
Types
loadPaneInfo(This, Pane_part, Pane) -> ok
loadPerspective(This, Perspective) -> boolean()
Equivalent to loadPerspective(This, Perspective, []).
loadPerspective(This, Perspective, Options::[Option]) -> boolean()
savePaneInfo(This, Pane) -> unicode:charlist()
savePerspective(This) -> unicode:charlist()
Types
setArtProvider(This, Art_provider) -> ok
setDockSizeConstraint(This, Width_pct, Height_pct) -> ok
setManagedWindow(This, Managed_wnd) -> ok
Types
Types
destroy(This::wxAuiManager()) -> ok