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, Window) -> boolean()
Types:
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()
Types:
getAllPanes(This) -> [wxAuiPaneInfo() (see module wxAuiPaneInfo)]
Types:
getArtProvider(This) -> wxAuiDockArt() (see module wxAuiDockArt)
Types:
getDockSizeConstraint(This) -> {Width_pct::number(), Height_pct::number()}
Types:
Types:
getManagedWindow(This) -> wxWindow() (see module wxWindow)
Types:
getManager(Window) -> wxAuiManager()
Types:
getPane(This, Name) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
Types:
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
Types:
loadPerspective(This, Perspective) -> boolean()
Types:
Equivalent to loadPerspective(This, Perspective, []).
loadPerspective(This, Perspective, Options::[Option]) -> boolean()
Types:
savePaneInfo(This, Pane) -> charlist() (see module unicode)
Types:
savePerspective(This) -> charlist() (see module unicode)
Types:
setArtProvider(This, Art_provider) -> ok
Types:
setDockSizeConstraint(This, Width_pct, Height_pct) -> ok
Types:
Types:
setManagedWindow(This, Managed_wnd) -> ok
Types:
Types:
Types:
Types: