wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxAuiManager

Module

wxAuiManager

Module Summary

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:wxWindow()} | {flags, integer()}

addPane(This, Window) -> boolean()

Types

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

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

Types

Option = {direction, integer()} | {caption, unicode:chardata()}

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

Drop_pos = {X::integer(), Y::integer()}

detachPane(This, Window) -> boolean()

Types

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

Types

getArtProvider(This) -> wxAuiDockArt:wxAuiDockArt()

Types

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

Types

getFlags(This) -> integer()

Types

getManagedWindow(This) -> wxWindow:wxWindow()

Types

getManager(Window) -> wxAuiManager()

Types

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

Types

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

hideHint(This) -> ok

Types

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

Types

Insert_location = wxAuiPaneInfo:wxAuiPaneInfo()

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

Types

Insert_location = wxAuiPaneInfo:wxAuiPaneInfo()
Option = {insert_level, integer()}

loadPaneInfo(This, Pane_part, Pane) -> ok

loadPerspective(This, Perspective) -> boolean()

Types

Perspective = unicode:chardata()

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

Types

Perspective = unicode:chardata()
Option = {update, boolean()}

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

savePerspective(This) -> unicode:charlist()

Types

setArtProvider(This, Art_provider) -> ok

Types

setDockSizeConstraint(This, Width_pct, Height_pct) -> ok

Types

Width_pct = number()
Height_pct = number()

setFlags(This, Flags) -> ok

Types

Flags = integer()

setManagedWindow(This, Managed_wnd) -> ok

Types

Managed_wnd = wxWindow:wxWindow()

showHint(This, Rect) -> ok

Types

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

unInit(This) -> ok

Types

update(This) -> ok

Types

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

Destroys this object, do not use object again