X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86a9d4454599e76d5a8e3428411a37dd8f9f3a7f..4b412d238281008e248bcdebeae4baf4b67191e7:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index a8e7ef7ce6..e1605aef73 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -179,8 +179,10 @@ public: } } + // override some base class virtuals virtual void ApplyParentThemeBackground(const wxColour& bg) { SetBackgroundColour(bg); } + virtual bool ProvidesBackground() const { return true; } protected: // remove the page and return a pointer to it