]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index 8022f9c41991fc41396b305547a1f02f5fec272b..d83a8d59ea7062412928eacd8ab79ee40b1b731c 100644 (file)
@@ -58,7 +58,9 @@ 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 );
 };