wxAuiManagerEvent

See external documentation: wxAuiManagerEvent.

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

Functions


setManager(This, Mgr) -> ok

See external documentation.

getManager(This) -> wxAuiManager:wxAuiManager()

See external documentation.

setPane(This, P) -> ok

See external documentation.

getPane(This) -> wxAuiPaneInfo:wxAuiPaneInfo()

See external documentation.

setButton(This, B) -> ok

See external documentation.

getButton(This) -> integer()

See external documentation.

setDC(This, Pdc) -> ok

See external documentation.

getDC(This) -> wxDC:wxDC()

See external documentation.

veto(This) -> ok

Equivalent to veto(This, []).

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

See external documentation.

getVeto(This) -> boolean()

See external documentation.

setCanVeto(This, Can_veto) -> ok

See external documentation.

canVeto(This) -> boolean()

See external documentation.