:right-sidebar: True ContextMenuAction =================================================================== .. currentmodule:: gi.repository.WebKitWebProcessExtension .. class:: ContextMenuAction :no-contents-entry: Enum values used to denote the stock actions for :obj:`~gi.repository.WebKitWebProcessExtension.ContextMenuItem`s Fields ------ .. rst-class:: interim-class .. class:: ContextMenuAction :no-index: .. attribute:: BOLD Bold. .. attribute:: COPY Copy current selection the clipboard. .. attribute:: COPY_AUDIO_LINK_TO_CLIPBOARD Copy audio link location in to the clipboard. .. attribute:: COPY_IMAGE_TO_CLIPBOARD Copy current image to the clipboard. .. attribute:: COPY_IMAGE_URL_TO_CLIPBOARD Copy current image location to the clipboard. .. attribute:: COPY_LINK_TO_CLIPBOARD Copy link location to the clipboard. .. attribute:: COPY_VIDEO_LINK_TO_CLIPBOARD Copy video link location in to the clipboard. .. attribute:: CUSTOM Custom action defined by applications. .. attribute:: CUT Cut current selection to the clipboard. .. attribute:: DELETE Delete current selection. .. attribute:: DOWNLOAD_AUDIO_TO_DISK Download audio to disk. Since 2.2 .. attribute:: DOWNLOAD_IMAGE_TO_DISK Download current image. .. attribute:: DOWNLOAD_LINK_TO_DISK Download link destination. .. attribute:: DOWNLOAD_VIDEO_TO_DISK Download video to disk. Since 2.2 .. attribute:: ENTER_VIDEO_FULLSCREEN Show current video element in fullscreen mode. .. attribute:: FONT_MENU Font options menu. .. attribute:: GO_BACK Load the previous history item. .. attribute:: GO_FORWARD Load the next history item. .. attribute:: IGNORE_GRAMMAR Ignore grammar. .. attribute:: IGNORE_SPELLING Causes the spellchecker to ignore the word for this session. .. attribute:: INPUT_METHODS Input methods menu. .. attribute:: INSERT_EMOJI Insert an emoji. Since 2.26 .. attribute:: INSPECT_ELEMENT Open current element in the inspector. .. attribute:: ITALIC Italic. .. attribute:: LEARN_SPELLING Causes the spellchecker to add the word to the dictionary. .. attribute:: MEDIA_MUTE Mute current media element. .. attribute:: MEDIA_PAUSE Pause current media element. .. attribute:: MEDIA_PLAY Play current media element. .. attribute:: NO_ACTION No action, used by separator menu items. .. attribute:: NO_GUESSES_FOUND An indicator that spellchecking found no proposed replacements. .. attribute:: OPEN_AUDIO_IN_NEW_WINDOW Open current audio element in a new window. .. attribute:: OPEN_FRAME_IN_NEW_WINDOW Open current frame in a new window. .. attribute:: OPEN_IMAGE_IN_NEW_WINDOW Open current image in a new window. .. attribute:: OPEN_LINK Open current link. .. attribute:: OPEN_LINK_IN_NEW_WINDOW Open current link in a new window. .. attribute:: OPEN_VIDEO_IN_NEW_WINDOW Open current video element in a new window. .. attribute:: OUTLINE Outline. .. attribute:: PASTE Paste clipboard contents. .. attribute:: PASTE_AS_PLAIN_TEXT Paste clipboard contents as plain text. Since 2.30 .. attribute:: RELOAD Reload the contents of current view. .. attribute:: SELECT_ALL Select all text. .. attribute:: SPELLING_GUESS A proposed replacement for a misspelled word. .. attribute:: STOP Stop any ongoing loading operation. .. attribute:: TOGGLE_MEDIA_CONTROLS Enable or disable media controls. .. attribute:: TOGGLE_MEDIA_LOOP Enable or disable media loop. .. attribute:: UNDERLINE Underline. .. attribute:: UNICODE Unicode menu.