adding clipboard events, fixes #11906

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-04-06 16:51:12 +00:00
parent b11b437e8d
commit ac349b6e66
2 changed files with 29 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ public:
virtual void ShowPosition(long pos);
// overrides so that we can send text updated events
virtual void Copy();
virtual void Cut();
virtual void Paste();