[ CCode ( type_id = "webkit_option_menu_get_type ()" ) ] [ Version ( since = "2.18" ) ] publicclassOptionMenu : Object
Represents the dropdown menu of a `select` element in a WebView.
When a select element in a WebView needs to display a dropdown menu, the signal
on_show_option_menu is emitted, providing a WebKitOptionMenu with the
OptionMenuItem<!-- -->s that should be displayed.