]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Make list consistent with tree in terms of Vetoed changes closing the inline edit...
[wxWidgets.git] / include / wx / bookctrl.h
index 87ee5ef32b600e6a6d162a0fc40dcda16f7e75d7..e1605aef7310da1e771aee91a47eb2e16c0d2d2b 100644 (file)
@@ -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