]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/stattext.h
added support for user-defined types to wxConfig (patch 1753875)
[wxWidgets.git] / include / wx / os2 / stattext.h
index 13997365374b85273f873a2c1b8a8b85aef36859..7ef0e38879e3151924c24e0b49cc8f6a7274cff8 100644 (file)
@@ -67,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