Added wxTextCtrl.GetStringSelection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-14 04:02:20 +00:00
parent f0db4f3850
commit b78b83ecb4
3 changed files with 38 additions and 0 deletions

View File

@@ -560,6 +560,7 @@ public:
// If the return values from and to are the same, there is no selection.
void GetSelection(long* OUTPUT, long* OUTPUT) const;
wxString GetStringSelection();
void Clear();
void Replace(long from, long to, const wxString& value);