]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / msw / textctrl.h
index d2d7315e4ea90a7b7753974ef32f5fed271cee51..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
     // ----------
@@ -145,7 +145,6 @@ public:
 #endif // wxUSE_RICHEDIT
 
     virtual void AdoptAttributesFromHWND();
-    virtual void SetupColours();
 
     virtual bool AcceptsFocus() const;