X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3904ceb9a02934a8d1ab7034f368b103a699d99..0d559d69c8115c8aaabba70f37d49b4effbc2ab2:/include/wx/gtk1/checkbox.h diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index 8022f9c419..d83a8d59ea 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -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 ); };