]> git.saurik.com Git - wxWidgets.git/commitdiff
Add some more missing stubs to the osx webkit backend.
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 6 Jul 2011 09:45:29 +0000 (09:45 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 6 Jul 2011 09:45:29 +0000 (09:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/webview_webkit.h

index 212eec306ab20942ff3bb044945a05f194d09507..6c34a8bdf790e7ecff9b185c1a2e70c8d0915f48 100644 (file)
@@ -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();