Add missing doc for Cut()

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

View File

@ -206,6 +206,11 @@ public:
*/ */
virtual void Copy(); virtual void Copy();
/**
Copies the selected text to the clipboard and removes it from the control.
*/
virtual void Cut();
/** /**
Returns the insertion point, or cursor, position. Returns the insertion point, or cursor, position.