GetSelection --> GetStringSelection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-14 03:50:11 +00:00
parent 973983be62
commit eef97940e8
5 changed files with 12 additions and 12 deletions

View File

@@ -157,7 +157,7 @@ public:
// If the return values from and to are the same, there is no selection.
virtual void GetSelection(long* from, long* to) const = 0;
virtual wxString GetSelection() const;
virtual wxString GetStringSelection() const;
// operations
// ----------