]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/auibook.h
Correctly initialise ref count in custom scheme class factory.
[wxWidgets.git] / interface / wx / aui / auibook.h
index 42de40116b7a42daea37898137fe9c25a5c8d1b1..b96cf4eb5be0026b9e5cce8b708a0d46584336b1 100644 (file)
@@ -340,6 +340,20 @@ public:
     */
     virtual void SetSelectedFont(const wxFont& font) = 0;
 
+    /**
+        Sets the colour of the inactive tabs.
+
+        @since 2.9.2
+    */
+    virtual void SetColour(const wxColour& colour) = 0;
+
+    /**
+        Sets the colour of the selected tab.
+
+        @since 2.9.2
+    */
+    virtual void SetActiveColour(const wxColour& colour) = 0;
+
     /**
         Sets sizing information.
     */