]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/bar.h
Make wxBitmap::ConvertToDisabled() available in all ports.
[wxWidgets.git] / interface / wx / ribbon / bar.h
index ff039a62ec4bbd2a60f28ece8b1b02411dfcd95e..e7ef600e7c0b64c40c74380afe49eac1e9badf0c 100644 (file)
@@ -24,9 +24,9 @@ public:
     /**
         Constructor.
     */
     /**
         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.
 
     /**
         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.
         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}
     @endEventTable
 
     @library{wxribbon}