Enumeration

WPEWebKitContextMenuAction

Declaration

enum WPEWebKit.ContextMenuAction

Description [src]

Enum values used to denote the stock actions for WebKitContextMenuItems.

Members

Name Description
WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION

No action, used by separator menu items.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK

Open current link.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW

Open current link in a new window.

WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_LINK_TO_DISK

Download link destination.

WEBKIT_CONTEXT_MENU_ACTION_COPY_LINK_TO_CLIPBOARD

Copy link location to the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_IMAGE_IN_NEW_WINDOW

Open current image in a new window.

WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_IMAGE_TO_DISK

Download current image.

WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_TO_CLIPBOARD

Copy current image to the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_FRAME_IN_NEW_WINDOW

Open current frame in a new window.

WEBKIT_CONTEXT_MENU_ACTION_GO_BACK

Load the previous history item.

WEBKIT_CONTEXT_MENU_ACTION_GO_FORWARD

Load the next history item.

WEBKIT_CONTEXT_MENU_ACTION_STOP

Stop any ongoing loading operation.

WEBKIT_CONTEXT_MENU_ACTION_RELOAD

Reload the contents of current view.

WEBKIT_CONTEXT_MENU_ACTION_COPY

Copy current selection the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_CUT

Cut current selection to the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_PASTE

Paste clipboard contents.

WEBKIT_CONTEXT_MENU_ACTION_SPELLING_GUESS

A proposed replacement for a misspelled word.

WEBKIT_CONTEXT_MENU_ACTION_NO_GUESSES_FOUND

An indicator that spellchecking found no proposed replacements.

WEBKIT_CONTEXT_MENU_ACTION_IGNORE_SPELLING

Causes the spellchecker to ignore the word for this session.

WEBKIT_CONTEXT_MENU_ACTION_LEARN_SPELLING

Causes the spellchecker to add the word to the dictionary.

WEBKIT_CONTEXT_MENU_ACTION_IGNORE_GRAMMAR

Ignore grammar.

WEBKIT_CONTEXT_MENU_ACTION_FONT_MENU

Font options menu.

WEBKIT_CONTEXT_MENU_ACTION_BOLD

Bold.

WEBKIT_CONTEXT_MENU_ACTION_ITALIC

Italic.

WEBKIT_CONTEXT_MENU_ACTION_UNDERLINE

Underline.

WEBKIT_CONTEXT_MENU_ACTION_OUTLINE

Outline.

WEBKIT_CONTEXT_MENU_ACTION_INSPECT_ELEMENT

Open current element in the inspector.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW

Open current video element in a new window.

WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW

Open current audio element in a new window.

WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD

Copy video link location in to the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD

Copy audio link location in to the clipboard.

WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS

Enable or disable media controls.

WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP

Enable or disable media loop.

WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN

Show current video element in fullscreen mode.

WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY

Play current media element.

WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE

Pause current media element.

WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE

Mute current media element.

WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK

Download video to disk. Since 2.2

WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK

Download audio to disk. Since 2.2

WEBKIT_CONTEXT_MENU_ACTION_CUSTOM

Custom action defined by applications.