wxAuiManagerEvent
Module
Module Summary
Description
Event used to indicate various actions taken with wxAuiManager.
See wxAuiManager for available event types.
See: wxAuiManager, wxAuiPaneInfo
This class is derived (and can use functions) from: wxEvent
wxWidgets docs: wxAuiManagerEvent
Events
Use wxEvtHandler:connect/3 with wxAuiManagerEventType to subscribe to events of this type.
Data Types
#wxAuiManager{type =
wxAuiManagerEvent:wxAuiManagerEventType(),
manager = wxAuiManager:wxAuiManager(),
pane = wxAuiPaneInfo:wxAuiPaneInfo(),
button = integer(),
veto_flag = boolean(),
canveto_flag = boolean(),
dc = wxDC:wxDC()}
aui_pane_button | aui_pane_close | aui_pane_maximize |
aui_pane_restore | aui_pane_activated | aui_render |
aui_find_manager
Sets the wxAuiManager this event is associated with.
getManager(This) -> wxAuiManager:wxAuiManager()
|
Types
Return: The wxAuiManager this event is associated with.
Sets the pane this event is associated with.
getPane(This) -> wxAuiPaneInfo:wxAuiPaneInfo()
|
Types
Return: The pane this event is associated with.
Sets the ID of the button clicked that triggered this event.
Types
Return: The ID of the button that was clicked.
getDC(This) -> wxDC:wxDC()
|
Types
Types
Cancels the action indicated by this event if canVeto/1 is true.
Types
Return: true if this event was vetoed.
See: veto/2
Sets whether or not this event can be vetoed.
Types
Return: true if this event can be vetoed.
See: veto/2