X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c299c3ab663257429983c24e6fb71450f3cf9f1..992527a5738f7fb629d2aaeee64cfc733ddb7e1c:/include/wx/os2/stattext.h?ds=sidebyside diff --git a/include/wx/os2/stattext.h b/include/wx/os2/stattext.h index 66da229103..1399736537 100644 --- a/include/wx/os2/stattext.h +++ b/include/wx/os2/stattext.h @@ -12,15 +12,9 @@ #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -#ifdef __GNUG__ -#pragma interface "stattext.h" -#endif - #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxStaticTextNameStr; - -class WXDLLEXPORT wxStaticText : public wxControl +class WXDLLEXPORT wxStaticText : public wxStaticTextBase { public: inline wxStaticText() { } @@ -48,8 +42,8 @@ public: // // Accessors // - void SetLabel(const wxString&); - bool SetFont(const wxFont &rFont); + virtual void SetLabel(const wxString& rsLabel); + virtual bool SetFont(const wxFont &rFont); // // Overriden base class virtuals @@ -65,6 +59,12 @@ public: ); protected: + virtual void DoSetSize( int nX + ,int nY + ,int nWidth + ,int nHeight + ,int nSizeFlags = wxSIZE_AUTO + ); virtual wxSize DoGetBestSize(void) const; private: