ContextMenuItem
One item of a #WebKitContextMenu.
The #WebKitContextMenu is composed of #WebKitContextMenuItems. These items can be created from a #GtkAction, from a #WebKitContextMenuAction or from a #WebKitContextMenuAction and a label. These #WebKitContextMenuActions denote stock actions for the items. You can also create separators and submenus.
Constructors
Creates a new #WebKitContextMenuItem representing a separator.
Creates a new #WebKitContextMenuItem for the given @action and @label.
Creates a new #WebKitContextMenuItem for the given stock action.
Creates a new #WebKitContextMenuItem for the given stock action using the given @label.
Creates a new #WebKitContextMenuItem using the given @label with a submenu.
Functions
Gets the action associated to @item as a #GAction.
Gets the #WebKitContextMenuAction of @item.
Gets the submenu of @item.
Checks whether @item is a separator.
Sets or replaces the @item submenu.