]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checkbox.h
fixes for moving wxHTML files into their own DLL
[wxWidgets.git] / include / wx / univ / checkbox.h
index 7d419022272dc52640a4a65dfdb248f71e2c9c49..e1f9daff12ced138a4752b7980c8071e4c4ea921 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     07.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIV_CHECKBOX_H_
@@ -101,6 +101,8 @@ public:
     // overridden base class virtuals
     virtual bool IsPressed() const { return m_isPressed; }
 
+    virtual bool HasTransparentBackground() { return TRUE; }
+    
 protected:
     virtual bool PerformAction(const wxControlAction& action,
                                long numArg = -1,