wxAuiManagerEvent

wxAuiManagerEvent

wxAuiManagerEvent
Functions for wxAuiManagerEvent class

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

Use wxEvtHandler:connect/3 with wxAuiManagerEventType to subscribe to events of this type.

Types

Button = integer()

Sets the ID of the button clicked that triggered this event.

Types

Return: The ID of the button that was clicked.

Types

Option = {veto, boolean()}

Cancels the action indicated by this event if canVeto/1 is true.

Types

Can_veto = boolean()

Sets whether or not this event can be vetoed.