From: Steve Lamerton Date: Wed, 6 Jul 2011 09:45:29 +0000 (+0000) Subject: Add some more missing stubs to the osx webkit backend. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2392c4533e3a49cc353aaa0a7fd35b915a67bb8 Add some more missing stubs to the osx webkit backend. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/webview_webkit.h b/include/wx/osx/webview_webkit.h index 212eec306a..6c34a8bdf7 100644 --- a/include/wx/osx/webview_webkit.h +++ b/include/wx/osx/webview_webkit.h @@ -90,6 +90,14 @@ public: virtual void Undo() {} virtual void Redo() {} + //Clipboard functions + virtual bool CanCut() {} + virtual bool CanCopy() {} + virtual bool CanPaste() {} + virtual void Cut() {} + virtual void Copy() {} + virtual void Paste() {} + // ---- methods not from the parent (common) interface wxString GetSelectedText();