X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d..ac04aa9943bc3c48bd053a899cbe2a9c75fe13f5:/interface/wx/ribbon/bar.h?ds=sidebyside diff --git a/interface/wx/ribbon/bar.h b/interface/wx/ribbon/bar.h index ff039a62ec..e7ef600e7c 100644 --- a/interface/wx/ribbon/bar.h +++ b/interface/wx/ribbon/bar.h @@ -24,9 +24,9 @@ public: /** 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. @@ -101,6 +101,8 @@ public: 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}