wxAuiManagerEvent
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxAuiManagerEvent.
- Use wxEvtHandler:connect/3 with EventType:
aui_pane_button, aui_pane_close, aui_pane_maximize, aui_pane_restore, 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
EXPORTS
setManager(This::wxAuiManagerEvent(), Mgr::wxAuiManager() (see module wxAuiManager)) -> ok
getManager(This::wxAuiManagerEvent()) -> wxAuiManager() (see module wxAuiManager)
setPane(This::wxAuiManagerEvent(), P::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> ok
getPane(This::wxAuiManagerEvent()) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
setButton(This::wxAuiManagerEvent(), B::integer()) -> ok
getButton(This::wxAuiManagerEvent()) -> integer()
setDC(This::wxAuiManagerEvent(), Pdc::wxDC() (see module wxDC)) -> ok
getDC(This::wxAuiManagerEvent()) -> wxDC() (see module wxDC)
veto(This::wxAuiManagerEvent()) -> ok
Equivalent to veto(This, []).
veto(This::wxAuiManagerEvent(), Options::[Option]) -> ok
Types:
getVeto(This::wxAuiManagerEvent()) -> bool()
setCanVeto(This::wxAuiManagerEvent(), Can_veto::bool()) -> ok