X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1af34108c4602517c89c39a82b6f4353c82d5e31..330be5349367f48b25c9f19dbeadd0f30593c830:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index c8fd909060..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 @@ -254,7 +256,7 @@ private: #define wxBC_RIGHT wxCHB_RIGHT #define wxBC_DEFAULT wxCHB_DEFAULT #else - #include "wx\notebook.h" + #include "wx/notebook.h" #define wxBookCtrl wxNotebook #define wxBookCtrlEvent wxNotebookEvent #define wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGED wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED