wxauimanager(3) - Linux man page

Name

wxAuiManager - See external documentation: wxAuiManager.

Description

See external documentation: wxAuiManager.

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

Data Types

wxAuiManager():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

new() -> wxAuiManager()

Equivalent to new([]).

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

Types:

Option = {managed_wnd, wxWindow() (see module wxWindow)} | {flags, integer()}

See external documentation.

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

addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Pane_info::wxAuiPaneInfo() (see module wxAuiPaneInfo), Drop_pos::{X::integer(), Y::integer()}) -> bool()

See external documentation.

detachPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool()

See external documentation.

getAllPanes(This::wxAuiManager()) -> wxAuiPaneInfoArray() (see module wxAuiPaneInfoArray)

See external documentation.

getArtProvider(This::wxAuiManager()) -> wxAuiDockArt() (see module wxAuiDockArt)

See external documentation.

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

See external documentation.

getFlags(This::wxAuiManager()) -> integer()

See external documentation.

getManagedWindow(This::wxAuiManager()) -> wxWindow() (see module wxWindow)

See external documentation.

getManager(Window::wxWindow() (see module wxWindow)) -> wxAuiManager()

See external documentation.

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

See external documentation.

insertPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Insert_location::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> bool()

Equivalent to insertPane(This, Window, Insert_location, []).

insertPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Insert_location::wxAuiPaneInfo() (see module wxAuiPaneInfo), Options::[Option]) -> bool()

Types:

Option = {insert_level, integer()}

See external documentation.

loadPaneInfo(This::wxAuiManager(), Pane_part::string(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> ok

See external documentation.

loadPerspective(This::wxAuiManager(), Perspective::string()) -> bool()

Equivalent to loadPerspective(This, Perspective, []).

loadPerspective(This::wxAuiManager(), Perspective::string(), Options::[Option]) -> bool()

Types:

Option = {update, bool()}

See external documentation.

savePaneInfo(This::wxAuiManager(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> string()

See external documentation.

savePerspective(This::wxAuiManager()) -> string()

See external documentation.

setArtProvider(This::wxAuiManager(), Art_provider::wxAuiDockArt() (see module wxAuiDockArt)) -> ok

See external documentation.

setDockSizeConstraint(This::wxAuiManager(), Width_pct::float(), Height_pct::float()) -> ok

See external documentation.

setFlags(This::wxAuiManager(), Flags::integer()) -> ok

See external documentation.

setManagedWindow(This::wxAuiManager(), Managed_wnd::wxWindow() (see module wxWindow)) -> ok

See external documentation.

showHint(This::wxAuiManager(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok

See external documentation.

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

See external documentation.

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

See external documentation.

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

Destroys this object, do not use object again

Authors

<>