X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..04d29fda821871ff0f4c63de7de4c5324cc270af:/include/wx/os2/stattext.h diff --git a/include/wx/os2/stattext.h b/include/wx/os2/stattext.h index 526780eafb..7ef0e38879 100644 --- a/include/wx/os2/stattext.h +++ b/include/wx/os2/stattext.h @@ -6,16 +6,12 @@ // Created: 10/17/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -#ifdef __GNUG__ -#pragma interface "stattext.h" -#endif - #include "wx/control.h" class WXDLLEXPORT wxStaticText : public wxStaticTextBase @@ -71,6 +67,9 @@ protected: ); virtual wxSize DoGetBestSize(void) const; + virtual void DoSetLabel(const wxString& str); + virtual wxString DoGetLabel() const; + private: DECLARE_DYNAMIC_CLASS(wxStaticText) }; // end of CLASS wxStaticText