]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/stattext.h
Updated translations manual page with latest status given by the website translations...
[wxWidgets.git] / include / wx / univ / stattext.h
index 888ade81f60d9e61e3b20f546832302897f327a2..8f3fc62edd90bff30c8d9d7921a345402984dd14 100644 (file)
@@ -12,7 +12,9 @@
 #ifndef _WX_UNIV_STATTEXT_H_
 #define _WX_UNIV_STATTEXT_H_
 
-class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase
+#include "wx/generic/stattextg.h"
+
+class WXDLLIMPEXP_CORE wxStaticText : public wxGenericStaticText
 {
 public:
     wxStaticText() { }
@@ -54,9 +56,6 @@ public:
     virtual bool IsFocused() const { return false; }
 
 protected:
-    // calculate the optimal size for the label
-    virtual wxSize DoGetBestClientSize() const;
-
     // draw the control
     virtual void DoDraw(wxControlRenderer *renderer);