/**
Constructor.
*/
- wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
- int win_id = 0,
- wxRibbonPage* page = NULL);
+ wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
+ int win_id = 0,
+ wxRibbonPage* page = NULL);
/**
Returns the page being changed to, or being clicked on.
Triggered when the right mouse button is pressed on a tab.
@event{EVT_RIBBONBAR_TAB_RIGHT_UP(id, func)}
Triggered when the right mouse button is released on a tab.
+ @event{EVT_RIBBONBAR_TAB_LEFT_DCLICK(id, func)}
+ Triggered when the left mouse button is double clicked on a tab.
@endEventTable
@library{wxribbon}