]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
workaround for BCC bug - use #defines instead of enums
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 11f89e0a478bf38870c26fc7f69bc8554d685671..0fefb3c67cf9eb397ce089d95a20c8aee2145d25 100644 (file)
@@ -45,6 +45,9 @@ public:
     virtual void SetLabel( const wxString& label );
     virtual bool Enable( bool enable = TRUE );
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------