]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/stattext.h
fix getting tooltip colors for GTK 2.11
[wxWidgets.git] / include / wx / cocoa / stattext.h
index 39c6cb038349121eaad055efa6d1639a4ac51f79..74f8c1ced5e4ac7bd54541bc2fbfd7d53c6a1ec5 100644 (file)
@@ -4,9 +4,9 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/02/15
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/02/15
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_STATTEXT_H__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_STATTEXT_H__
@@ -52,7 +52,8 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
 // Implementation
 // ------------------------------------------------------------------------
 public:
-    void SetLabel(const wxString& label);
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const;
 };
 
 #endif // __WX_COCOA_STATTEXT_H__
 };
 
 #endif // __WX_COCOA_STATTEXT_H__