]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / bookctrl.h
index 26f1f2d31ce1162fd43adf1a50e0bf94b13e546b..883a27bebc9e3b13d51a993e5ec3f572f8e1d28f 100644 (file)
@@ -161,6 +161,9 @@ public:
         }
     }
 
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
 protected:
     // remove the page and return a pointer to it
     virtual wxWindow *DoRemovePage(size_t page) = 0;