]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
Makefile tweaks
[wxWidgets.git] / include / wx / gtk / checkbox.h
index a2f858b7912fabbd6a784914285b91e6c4e23efb..f883cf78c9821e21f05350f39e4dbc13e4cca325 100644 (file)
@@ -60,9 +60,13 @@ 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();    
+
+    bool   m_blockFirstEvent;
 };
 
 #endif // __GTKCHECKBOXH__