]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
Second try at doing Set/GetClient right
[wxWidgets.git] / include / wx / gtk / checkbox.h
index a2f858b7912fabbd6a784914285b91e6c4e23efb..c410c2d7284c59f2d938bc34ea21de2b12de0173 100644 (file)
@@ -60,9 +60,12 @@ class wxCheckBox: public wxControl
     bool GetValue() const;
     
     void SetLabel( const wxString& label );
-    void SetFont( const wxFont &font );
     void Enable( bool enable );
-    void SetBackgroundColour( const wxColour &colour );
+    
+  // implementation        
+  
+    void ApplyWidgetStyle();    
+
 };
 
 #endif // __GTKCHECKBOXH__