Static webkit6::EDITING_COMMAND_UNDO

source ·
pub static EDITING_COMMAND_UNDO: &GStr
Expand description

The undo command. Undoes the last editing command in a #WebKitWebView. You can check whether it’s possible to execute the command with webkit_web_view_can_execute_editing_command(). It’s only possible to undo a command after a previously executed editing operation.