]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
All functionality I know hot implement already implemented.
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index 36730fb54b76fe1adb7591481a43e1a4c8d04cf4..c410c2d7284c59f2d938bc34ea21de2b12de0173 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        checkbox.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -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__