]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
Removed windows.h and friend function.
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index d949234568c5420ed05e255efec165276bfff07f..d83a8d59ea7062412928eacd8ab79ee40b1b731c 100644 (file)
@@ -58,7 +58,11 @@ class wxCheckBox: public wxControl
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxCheckBoxNameStr );
     void SetValue( bool state );
-    bool GetValue(void) const;
+    bool GetValue() const;
+    
+    void SetLabel( const wxString& label );
+    void SetFont( const wxFont &font );
+    void Enable( bool enable );
 };
 
 #endif // __GTKCHECKBOXH__