X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36b79d445d08e08776e721d71a832f38daa7fa8c..ff3795eeaf49717c7d09b286326cf0cedd476377:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 87ee5ef32b..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 @@ -241,7 +243,7 @@ private: // make a default book control for given platform #if defined(__WXMSW__) && defined(__SMARTPHONE__) - #include "wx/choicebook.h" + #include "wx/choicebk.h" #define wxBookCtrl wxChoicebook #define wxBookCtrlEvent wxChoicebookEvent #define wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGED wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED