]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj2.h
superposition of text styles in wxTextCtrl now works as expected (and as documented)
[wxWidgets.git] / include / wx / msw / ole / dataobj2.h
index 7fdfa70f97b75c8ef14ba1ec0131c61432e8ee5c..6f3740d9726e8e2a8b0b4bb03b97cb0dc4721290 100644 (file)
@@ -90,6 +90,9 @@ public:
     // return the URL as string
     wxString GetURL() const;
 
+    // Set a string as the URL in the data object
+    void SetURL(const wxString& url);
+
     // override to set m_textFormat
     virtual bool SetData(const wxDataFormat& format,
                          size_t len,