]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/stattext.h
implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
[wxWidgets.git] / include / wx / mac / carbon / stattext.h
index 042d0d3f5905e2f279e831876069170d566a49d4..fc69ab3457c57a5e43eaa57ce8f7bb95caa5ede2 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-class WXDLLEXPORT wxStaticText: public wxStaticTextBase
+class WXDLLIMPEXP_CORE wxStaticText: public wxStaticTextBase
 {
 public:
     wxStaticText() { }
@@ -42,6 +42,9 @@ public:
 
 protected :
 
+    virtual wxString DoGetLabel() const;
+    virtual void DoSetLabel(const wxString& str);
+
   virtual wxSize DoGetBestSize() const ;
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText)