X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..0afb585238614ee5f7c048b78318f0a5829529c2:/include/wx/mac/classic/stattext.h diff --git a/include/wx/mac/classic/stattext.h b/include/wx/mac/classic/stattext.h index 15eae66671..17ecf98ad0 100644 --- a/include/wx/mac/classic/stattext.h +++ b/include/wx/mac/classic/stattext.h @@ -41,6 +41,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase // accessors void SetLabel( const wxString &str ) ; + bool SetFont( const wxFont &font ); // operations virtual void Command(wxCommandEvent& WXUNUSED(event)) {};