X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de97a3b945c99fb942209df48be26f43c1b436d..735c6572dc3e30bdb06ff0057ab991b17ce12ba5:/include/wx/gtk/radiobut.h diff --git a/include/wx/gtk/radiobut.h b/include/wx/gtk/radiobut.h index 61e7130035..659ef322c7 100644 --- a/include/wx/gtk/radiobut.h +++ b/include/wx/gtk/radiobut.h @@ -61,6 +61,8 @@ class wxRadioButton: public wxControl virtual void SetLabel(const wxString& label); virtual void SetValue(bool val); virtual bool GetValue(void) const; + void SetFont( const wxFont &font ); + void Enable( bool enable ); }; #endif // __GTKRADIOBUTTONH__