]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/stattext.h
Fixed wxMac's wxStaticText::SetFont to behave like the others and
[wxWidgets.git] / include / wx / mac / stattext.h
index bb2b02e84c7cfaec1a4d5b3bba3bef02d9f8b2db..787eaf29ed6d25d2e134df8f8765d6abd93b6966 100644 (file)
@@ -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)) {};