wxErlang

Reference Manual

Version 1.9.1

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.

Equivalent to new([]).

Types

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

Types

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

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

Types

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

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

Types

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

Types

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

Types

Width_pct = number()
Height_pct = number()

Types

Flags = integer()

Types

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

Destroys this object, do not use object again