connectShowOptionMenu
fun connectShowOptionMenu(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (menu: OptionMenu, <Error class: unknown class>) -> Boolean): <Error class: unknown class>
This signal is emitted when a select element in @web_view needs to display a dropdown menu. This signal can be used to show a custom menu, using @menu to get the details of all items that should be displayed. The area of the element in the #WebKitWebView is given as @rectangle parameter, it can be used to position the menu. To handle this signal asynchronously you should keep a ref of the @menu.
The default signal handler will pop up a #GtkMenu.
Since
2.18
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: menu
the #WebKitOptionMenu; rectangle
the option element area. Returns true to stop other handlers from being invoked for the event. false to propagate the event further.