X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/107ffdc16df449e98306222c43caeb86d2db9ff9..bb751cf906f6e538efafd863414d027c6aa3a872:/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)) {};