X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33720b2de5ada9513c163a9694e7e267234bf791..11c5b47d9454915aa790ded6cf03613b9e2df12c:/include/wx/gtk1/stattext.h diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index 3debaf7f2e..ca98ba9015 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/stattext.h @@ -11,7 +11,7 @@ #ifndef __GTKSTATICTEXTH__ #define __GTKSTATICTEXTH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -30,8 +30,6 @@ class wxStaticText; // global data //----------------------------------------------------------------------------- -extern const wxChar *wxStaticTextNameStr; - //----------------------------------------------------------------------------- // wxStaticText //----------------------------------------------------------------------------- @@ -60,6 +58,7 @@ public: void SetLabel( const wxString &label ); bool SetFont( const wxFont &font ); + bool SetForegroundColour( const wxColour& colour ); // implementation // --------------