]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
switched to using wxPopupWindow
[wxWidgets.git] / include / wx / checkbox.h
index a4f928b20318f5ff715033f95e84663cd7be62d9..7ed44aaefc093ceb42ad8b52c68283646bfc1bcb 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     07.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHECKBOX_H_BASE_
@@ -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; }