Class

WPEWebKitOptionMenu

Description [src]

final class WPEWebKit.OptionMenu : GObject.Object {
  /* No available fields */
}

Represents the dropdown menu of a select element in a WebKitWebView.

When a select element in a WebKitWebView needs to display a dropdown menu, the signal WebKitWebView::show-option-menu is emitted, providing a WebKitOptionMenu with the WebKitOptionMenuItems that should be displayed.

Available since:2.18

Hierarchy

hierarchy this WebKitOptionMenu ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

webkit_option_menu_activate_item

Activates the WebKitOptionMenuItem at index in menu.

Available since: 2.18

webkit_option_menu_close

Request to close a WebKitOptionMenu.

Available since: 2.18

webkit_option_menu_get_item

Returns the WebKitOptionMenuItem at index in menu.

Available since: 2.18

webkit_option_menu_get_n_items

Gets the length of the menu.

Available since: 2.18

webkit_option_menu_select_item

Selects the WebKitOptionMenuItem at index in menu.

Available since: 2.18

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

WPEWebKit.OptionMenu::close

Emitted when closing a WebKitOptionMenu is requested. This can happen when the user explicitly calls webkit_option_menu_close() or when the element is detached from the current page.

Available since: 2.18

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct WPEWebKitOptionMenuClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.