WebKit2.EDITING_COMMAND_PASTE (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Constant
Generated by gi-docgen 2023.4
Constant
WebKit2EDITING_COMMAND_PASTE
Declaration
#define WEBKIT_EDITING_COMMAND_PASTE "Paste"
Description
The paste clipboard command. Pastes the contents of the clipboard to a WebKitWebView
. You can check whether it’s possible to execute the command with webkit_web_view_can_execute_editing_command(). In general it’s possible to paste from the clipboard when the WebKitWebView
content is editable and clipboard is not empty.