X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de97a3b945c99fb942209df48be26f43c1b436d..1b19f0560fa6c220595e060239c74f843ca55b68:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index d949234568..d83a8d59ea 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -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__