]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / statline.h
index 6a8b7db0d5ccbbefd03be657775c6cdfeb2a8c46..7bd1939cebdd32d2090f1cf833854bf76f479cba 100644 (file)
@@ -47,7 +47,9 @@ public:
     static int GetDefaultSize() { return 2; }
 
     // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return false; }
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
 
 protected:
     // set the right size for the right dimension