]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
fixes for handling WM_SYSCOLORCHANGE - now seems to work
[wxWidgets.git] / include / wx / msw / textctrl.h
index a57f54c7544f3925e78c39a51c3feec67b82d1d3..e92791b29e6f2f0f57b393112e92afdd45bef719 100644 (file)
@@ -55,8 +55,8 @@ public:
     virtual bool IsModified() const;
     virtual bool IsEditable() const;
 
-    // If the return values from and to are the same, there is no selection.
     virtual void GetSelection(long* from, long* to) const;
+    virtual wxString GetStringSelection() const;
 
     // operations
     // ----------