]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/stattext.h
test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1
[wxWidgets.git] / include / wx / os2 / stattext.h
index 526780eafb3c346243c27d855648d94d400ddcc3..7ef0e38879e3151924c24e0b49cc8f6a7274cff8 100644 (file)
@@ -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