EDITING_COMMAND_PASTE


Description:

[ CCode ( cname = "WEBKIT_EDITING_COMMAND_PASTE" ) ]
public const string EDITING_COMMAND_PASTE

The paste clipboard command.

Pastes the contents of the clipboard to a WebView. You can check whether it's possible to execute the command with can_execute_editing_command. In general it's possible to paste from the clipboard when the WebView content is editable and clipboard is not empty.


Namespace: WebKit
Package: webkit2gtk-4.0