wxAuiManager

See external documentation: wxAuiManager.

See external documentation: wxAuiManager.

This class is derived (and can use functions) from:
wxEvtHandler

Functions


new() -> wxAuiManager()

Equivalent to new([]).

new(Options::[Option]) -> wxAuiManager()

See external documentation.

addPane(This, Window) -> boolean()

Equivalent to addPane(This, Window, []).

addPane(This, Window, Options::[Option]) -> boolean()

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()

See external documentation.

detachPane(This, Window) -> boolean()

See external documentation.

getAllPanes(This) -> [wxAuiPaneInfo:wxAuiPaneInfo()]

See external documentation.

getArtProvider(This) -> wxAuiDockArt:wxAuiDockArt()

See external documentation.

getDockSizeConstraint(This) -> {Width_pct::number(), Height_pct::number()}

See external documentation.

getFlags(This) -> integer()

See external documentation.

getManagedWindow(This) -> wxWindow:wxWindow()

See external documentation.

getManager(Window) -> wxAuiManager()

See external documentation.

getPane(This, Name) -> wxAuiPaneInfo:wxAuiPaneInfo()

See external documentation.
Also:
getPane(This, Window) -> wxAuiPaneInfo:wxAuiPaneInfo() when
This::wxAuiManager(), Window::wxWindow:wxWindow().

hideHint(This) -> ok

See external documentation.

insertPane(This, Window, Insert_location) -> boolean()

insertPane(This, Window, Insert_location, Options::[Option]) -> boolean()

See external documentation.

loadPaneInfo(This, Pane_part, Pane) -> ok

See external documentation.

loadPerspective(This, Perspective) -> boolean()

loadPerspective(This, Perspective, Options::[Option]) -> boolean()

See external documentation.

savePaneInfo(This, Pane) -> unicode:charlist()

See external documentation.

savePerspective(This) -> unicode:charlist()

See external documentation.

setArtProvider(This, Art_provider) -> ok

See external documentation.

setDockSizeConstraint(This, Width_pct, Height_pct) -> ok

See external documentation.

setFlags(This, Flags) -> ok

See external documentation.

setManagedWindow(This, Managed_wnd) -> ok

See external documentation.

showHint(This, Rect) -> ok

  • This = wxAuiManager()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}

See external documentation.

unInit(This) -> ok

See external documentation.

update(This) -> ok

See external documentation.

destroy(This::wxAuiManager()) -> ok

Destroys this object, do not use object again