Class

WebKit2OptionMenu

Description [src]

class WebKit2.OptionMenu : GObject.Object {
  parent: GObject,
  priv: WebKitOptionMenuPrivate*
}

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_event

Gets the GdkEvent that triggered the dropdown menu. If menu was not triggered by a user interaction, like a mouse click, NULL is returned.

Available since: 2.40

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

WebKit2.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 WebKit2OptionMenuClass {
  GObjectClass parent_class;
  void (* _webkit_reserved0) (
void
  );
  void (* _webkit_reserved1) (
void
  );
  void (* _webkit_reserved2) (
void
  );
  void (* _webkit_reserved3) (
void
  );
  
}
No description available.
Class members
parent_class
GObjectClass
  No description available.
_webkit_reserved0
void (* _webkit_reserved0) (
void
  )
  No description available.
_webkit_reserved1
void (* _webkit_reserved1) (
void
  )
  No description available.
_webkit_reserved2
void (* _webkit_reserved2) (
void
  )
  No description available.
_webkit_reserved3
void (* _webkit_reserved3) (
void
  )
  No description available.