]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/stattext.h
added wxUSE_ABOUTDLG
[wxWidgets.git] / include / wx / mac / classic / stattext.h
index 15eae66671ee96c789c7ac66216c56d8e5d59325..592701370abb74a1f882531c0cabfc394d8e1461 100644 (file)
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "stattext.h"
-#endif
-
 class WXDLLEXPORT wxStaticText: public wxStaticTextBase
 {
   DECLARE_DYNAMIC_CLASS(wxStaticText)
@@ -41,6 +37,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase
 
   // accessors
   void SetLabel( const wxString &str ) ;
+  bool SetFont( const wxFont &font );
 
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};