Class
WebKitWebProcessExtensionContextMenuItem
Description [src]
final class WebKitWebProcessExtension.ContextMenuItem : GObject.InitiallyUnowned
{
/* No available fields */
}
One item of a WebKitContextMenu
.
The WebKitContextMenu
is composed of WebKitContextMenuItem
s. These items can be created from a GtkAction
, from a
WebKitContextMenuAction
or from a WebKitContextMenuAction
and a
label. These WebKitContextMenuAction
s denote stock actions
for the items. You can also create separators and submenus.
Constructors
webkit_context_menu_item_new_from_gaction
Creates a new WebKitContextMenuItem
for the given action
and label
.
since: 2.18
webkit_context_menu_item_new_from_stock_action
Creates a new WebKitContextMenuItem
for the given stock action.
webkit_context_menu_item_new_from_stock_action_with_label
Creates a new WebKitContextMenuItem
for the given stock action using the given label
.
webkit_context_menu_item_new_separator
Creates a new WebKitContextMenuItem
representing a separator.
webkit_context_menu_item_new_with_submenu
Creates a new WebKitContextMenuItem
using the given label
with a submenu.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.