]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
1. Split{Horizontal|Vertical} now accept negative args to set the
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 43327e3f26ec60d6b004a255a376eae7a89257d6..d83a8d59ea7062412928eacd8ab79ee40b1b731c 100644 (file)
@@ -58,8 +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__