]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
no need for vi modeline now that the extension is no longer .h
[wxWidgets.git] / include / wx / checkbox.h
index dc333f37e8dc44df95ee5a710fbc161ad1bf7ec2..7ed44aaefc093ceb42ad8b52c68283646bfc1bcb 100644 (file)
@@ -106,8 +106,7 @@ public:
         return HasFlag(wxCHK_ALLOW_3RD_STATE_FOR_USER);
     }
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-        { SetBackgroundColour(bg); }
+    virtual bool HasTransparentBackground() { return true; }
 
 protected:
     virtual void DoSet3StateValue(wxCheckBoxState WXUNUSED(state)) { wxFAIL; }