]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/stattext.h
Big wxGL classes refactoring/cleanup:
[wxWidgets.git] / include / wx / mac / carbon / stattext.h
index dd127f745a7160148850a9175d362aee8473f389..2935319c47201d5d7a03874fd150dcd195b1427c 100644 (file)
@@ -38,10 +38,14 @@ public:
   void SetLabel( const wxString &str ) ;
   bool SetFont( const wxFont &font );
 
+    virtual bool AcceptsFocus() const { return FALSE; }
+
 protected :
 
+    virtual wxString DoGetLabel() const;
+    virtual void DoSetLabel(const wxString& str);
+
   virtual wxSize DoGetBestSize() const ;
-  virtual bool AcceptsFocus() const { return FALSE; }
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText)
 };