pub static EDITING_COMMAND_CUT: &GStrExpand description
The cut clipboard command. Copies the current selection inside
a WebView to the clipboard and deletes the selected content.
You can check whether it’s possible to execute the command with
WebViewExt::can_execute_editing_command(). In general it’s
possible to cut to the clipboard when the WebView content is
editable and there is an active selection.