]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/stattext.h
GTK+ cell renderers are not widget, so use a
[wxWidgets.git] / include / wx / univ / stattext.h
index 0961ba67ab5a5a3787a44729ac5c8a2d9f61abc2..401772e7910d7f7afa26b6bb9e0d4d56610fce0a 100644 (file)
 #ifndef _WX_UNIV_STATTEXT_H_
 #define _WX_UNIV_STATTEXT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univstattext.h"
-#endif
-
 class WXDLLEXPORT wxStaticText : public wxStaticTextBase
 {
 public:
@@ -55,8 +51,6 @@ public:
 
     virtual void SetLabel(const wxString& label);
 
-    virtual bool HasTransparentBackground() { return true; }
-
     virtual bool IsFocused() const { return false; }
 
 protected:
@@ -66,6 +60,9 @@ protected:
     // draw the control
     virtual void DoDraw(wxControlRenderer *renderer);
 
+    virtual void DoSetLabel(const wxString& str);
+    virtual wxString DoGetLabel() const;
+
     DECLARE_ABSTRACT_CLASS(wxStaticText)
 };