]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checkbox.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / univ / checkbox.h
index 7d419022272dc52640a4a65dfdb248f71e2c9c49..db3eadda07de66319c36883c800ff953ce230cf1 100644 (file)
@@ -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,