X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f03fc89fff2d6e823e7d4d14fbe14822ad6777b1..f8c4475a3e579655f6a962822824596a7a9cfb66:/include/wx/gtk1/button.h diff --git a/include/wx/gtk1/button.h b/include/wx/gtk1/button.h index 596299520d..9e2268309c 100644 --- a/include/wx/gtk1/button.h +++ b/include/wx/gtk1/button.h @@ -30,7 +30,7 @@ class wxButton; // global data //----------------------------------------------------------------------------- -extern const char *wxButtonNameStr; +extern const wxChar *wxButtonNameStr; //----------------------------------------------------------------------------- // wxButton @@ -60,6 +60,8 @@ class wxButton: public wxControl void SetDefault(); void SetLabel( const wxString &label ); bool Enable( bool enable ); + + static wxSize GetDefaultSize(); // implementation