]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
use XPMs in wxMGL
[wxWidgets.git] / include / wx / msw / textctrl.h
index 3e0174e66efb7fbeb8369c0225dc959be1031b16..e92791b29e6f2f0f57b393112e92afdd45bef719 100644 (file)
@@ -56,7 +56,7 @@ public:
     virtual bool IsEditable() const;
 
     virtual void GetSelection(long* from, long* to) const;
-    virtual wxString GetSelection() const;
+    virtual wxString GetStringSelection() const;
 
     // operations
     // ----------