]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds()
[wxWidgets.git] / include / wx / bookctrl.h
index a8e7ef7ce6809264a1e23746cd2d0c3e35bb1690..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