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:
parent
49f7bb4f7a
commit
70e8fd3455
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user