]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
The Image sample now does anti-aliasing, oh well.
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index f2027e494b29a088e913c4460aad66705182a8b1..f883cf78c9821e21f05350f39e4dbc13e4cca325 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,8 +60,13 @@ class wxCheckBox: public wxControl
     bool GetValue() const;
     
     void SetLabel( const wxString& label );
-    void SetFont( const wxFont &font );
     void Enable( bool enable );
+    
+  // implementation        
+  
+    void ApplyWidgetStyle();    
+
+    bool   m_blockFirstEvent;
 };
 
 #endif // __GTKCHECKBOXH__