]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/art.h
Re-enable generation of wxEVT_MOVE_{START,END} events under wxMSW.
[wxWidgets.git] / interface / wx / ribbon / art.h
index c08e5b3cc4a6f73fcb655b5456a8424eda61d72f..23836be78d47401db1d54914c5280459d5253fe8 100644 (file)
@@ -174,6 +174,12 @@ enum wxRibbonButtonKind
         menu, and one which causes a generic action.
     */
     wxRIBBON_BUTTON_HYBRID    = wxRIBBON_BUTTON_NORMAL | wxRIBBON_BUTTON_DROPDOWN,
+    
+    /**
+        Normal button or tool with a clickable area which toggles the button
+        between a pressed and unpressed state.
+    */
+    wxRIBBON_BUTTON_TOGGLE    = 1 << 2
 };
 
 /**