X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/868a28262c40a7428d3991ca8a034674814bdb0a..76626af21b305a78a55dc715b4641c6552392257:/include/wx/gtk/checkbox.h diff --git a/include/wx/gtk/checkbox.h b/include/wx/gtk/checkbox.h index 43327e3f26..d83a8d59ea 100644 --- a/include/wx/gtk/checkbox.h +++ b/include/wx/gtk/checkbox.h @@ -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__