ContextMenu.this

Creates a new #WebKitContextMenu object to be used as a submenu of an existing #WebKitContextMenu with the given initial items. See also webkit_context_menu_new()

  1. this(WebKitContextMenu* webKitContextMenu, bool ownedRef)
  2. this()
  3. this(ListG items)
    class ContextMenu
    this
    (
    ListG items
    )

Parameters

items ListG

a #GList of #WebKitContextMenuItem

Return Value

The newly created #WebKitContextMenu object

Throws

ConstructionException GTK+ fails to create the object.

Meta