X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4befcd3449df5353ff1f7b924c69b14eda393de..81764280afaa3e2ff80aa16a2ee433358e7ff272:/include/wx/mac/stattext.h diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index bb2b02e84c..787eaf29ed 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -41,6 +41,8 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase // accessors void SetLabel( const wxString &str ) ; + bool SetFont( const wxFont &font ); + // operations virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};