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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user