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
EXPORTS
Types:
This = wxAuiManagerEvent()
Mgr = wxAuiManager() (see module wxAuiManager)
getManager(This) -> wxAuiManager() (see module wxAuiManager)
Types:
This = wxAuiManagerEvent()
Types:
This = wxAuiManagerEvent()
P = wxAuiPaneInfo() (see module wxAuiPaneInfo)
getPane(This) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
Types:
This = wxAuiManagerEvent()
Types:
This = wxAuiManagerEvent()
B = integer()
Types:
This = wxAuiManagerEvent()
Types:
This = wxAuiManagerEvent()
Pdc = wxDC() (see module wxDC)
getDC(This) -> wxDC() (see module wxDC)
Types:
This = wxAuiManagerEvent()
Types:
This = wxAuiManagerEvent()
Equivalent to veto(This, []).
veto(This, Options::[Option]) -> ok
Types:
This = wxAuiManagerEvent()
Option = {veto, boolean()}
Types:
This = wxAuiManagerEvent()
setCanVeto(This, Can_veto) -> ok
Types:
This = wxAuiManagerEvent()
Can_veto = boolean()
Types:
This = wxAuiManagerEvent()