| Top |
WebKitContextMenuItem *
webkit_context_menu_item_new (GtkAction *action);
webkit_context_menu_item_new is deprecated and should not be used in newly-written code.
WebKitContextMenuItem * webkit_context_menu_item_new_from_gaction (GAction *action,const gchar *label,GVariant *target);
WebKitContextMenuItem *
webkit_context_menu_item_new_from_stock_action
(WebKitContextMenuAction action);
WebKitContextMenuItem * webkit_context_menu_item_new_from_stock_action_with_label (WebKitContextMenuAction action,const gchar *label);
WebKitContextMenuItem * webkit_context_menu_item_new_with_submenu (const gchar *label,WebKitContextMenu *submenu);
WebKitContextMenuItem *
webkit_context_menu_item_new_separator
(void);
GtkAction *
webkit_context_menu_item_get_action (WebKitContextMenuItem *item);
webkit_context_menu_item_get_action is deprecated and should not be used in newly-written code.
GAction *
webkit_context_menu_item_get_gaction (WebKitContextMenuItem *item);
WebKitContextMenuAction
webkit_context_menu_item_get_stock_action
(WebKitContextMenuItem *item);
gboolean
webkit_context_menu_item_is_separator (WebKitContextMenuItem *item);
void webkit_context_menu_item_set_submenu (WebKitContextMenuItem *item,WebKitContextMenu *submenu);
WebKitContextMenu *
webkit_context_menu_item_get_submenu (WebKitContextMenuItem *item);
Enum values used to denote the stock actions for WebKitContextMenuItems
|
No action, used by separator menu items. |
||
|
Open current link. |
||
|
Open current link in a new window. |
||
|
Download link destination. |
||
|
Copy link location to the clipboard. |
||
|
Open current image in a new window. |
||
|
Download current image. |
||
|
Copy current image to the clipboard. |
||
|
Copy current image location to the clipboard. |
||
|
Open current frame in a new window. |
||
|
Load the previous history item. |
||
|
Load the next history item. |
||
|
Stop any ongoing loading operation. |
||
|
Reload the contents of current view. |
||
|
Copy current selection the clipboard. |
||
|
Cut current selection to the clipboard. |
||
|
Paste clipboard contents. |
||
|
Delete current selection. |
||
|
Select all text. |
||
|
Input methods menu. |
||
|
Unicode menu. |
||
|
A proposed replacement for a misspelled word. |
||
|
An indicator that spellchecking found no proposed replacements. |
||
|
Causes the spellchecker to ignore the word for this session. |
||
|
Causes the spellchecker to add the word to the dictionary. |
||
|
Ignore grammar. |
||
|
Font options menu. |
||
|
Bold. |
||
|
Italic. |
||
|
Underline. |
||
|
Outline. |
||
|
Open current element in the inspector. |
||
|
Open current video element in a new window. |
||
|
Open current audio element in a new window. |
||
|
Copy video link location in to the clipboard. |
||
|
Copy audio link location in to the clipboard. |
||
|
Enable or disable media controls. |
||
|
Enable or disable media loop. |
||
|
Show current video element in fullscreen mode. |
||
|
Play current media element. |
||
|
Pause current media element. |
||
|
Mute current media element. |
||
|
Download video to disk. Since 2.2 |
||
|
Download audio to disk. Since 2.2 |
||
|
Custom action defined by applications. |