wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxAuiManagerEvent

Module

wxAuiManagerEvent

Module Summary

See external documentation: wxAuiManagerEvent.

Description

See external documentation: wxAuiManagerEvent.

Use wxEvtHandler:connect/3 with EventType:

aui_pane_button, aui_pane_close, aui_pane_maximize, aui_pane_restore, aui_pane_activated, aui_render, aui_find_manager

See also the message variant #wxAuiManager{} event record type.

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

DATA TYPES

wxAuiManagerEvent()

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

setManager(This, Mgr) -> ok

getManager(This) -> wxAuiManager:wxAuiManager()

Types

setPane(This, P) -> ok

getPane(This) -> wxAuiPaneInfo:wxAuiPaneInfo()

Types

setButton(This, B) -> ok

Types

B = integer()

getButton(This) -> integer()

Types

setDC(This, Pdc) -> ok

Types

Pdc = wxDC:wxDC()

getDC(This) -> wxDC:wxDC()

Types

veto(This) -> ok

Types

Equivalent to veto(This, []).

veto(This, Options::[Option]) -> ok

Types

Option = {veto, boolean()}

getVeto(This) -> boolean()

Types

setCanVeto(This, Can_veto) -> ok

Types

Can_veto = boolean()

canVeto(This) -> boolean()

Types