Cut is documented in wxTextEntry now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-04-10 00:51:50 +00:00
parent 70e8fd3455
commit 4381c90d1f

View File

@@ -1223,11 +1223,6 @@ public:
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxTextCtrlNameStr);
/**
Copies the selected text to the clipboard and removes the selection.
*/
virtual void Cut();
/**
Resets the internal modified flag as if the current changes had been
saved.