X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc735b4085a71ba204bca6a61bd35e99d1e13ea6..711a481223e50d08205648cf67b82d0d8b8ed335:/interface/wx/ribbon/bar.h diff --git a/interface/wx/ribbon/bar.h b/interface/wx/ribbon/bar.h index 34d3a258be..e7ef600e7c 100644 --- a/interface/wx/ribbon/bar.h +++ b/interface/wx/ribbon/bar.h @@ -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}