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
This commit is contained in:
Steve Lamerton 2011-07-06 09:45:29 +00:00
parent 0e37936eb4
commit e2392c4533

View 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();