git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68602
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Returns @true if the current selection can be copied.
+
+ @note Tgis always returns @c false on the OSX WebKit backend.
*/
virtual bool CanCopy() = 0;
/**
Returns @true if the current selection can be cut.
+
+ @note This always returns @c false on the OSX WebKit backend.
*/
virtual bool CanCut() = 0;
/**
Returns @true if data can be pasted.
+
+ @note This always returns @c false on the OSX WebKit backend.
*/
virtual bool CanPaste() = 0;