OptionMenuItem

class OptionMenuItem(pointer: <Error class: unknown class><<Error class: unknown class>>)

One item of a #WebKitOptionMenu.

The #WebKitOptionMenu is composed of WebKitOptionMenuItems. A WebKitOptionMenuItem always has a label and can contain a tooltip text. You can use the WebKitOptionMenuItem of a #WebKitOptionMenu to build your own menus.

Since

2.18

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webkitOptionMenuItemPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Make a copy of the #WebKitOptionMenuItem.

Link copied to clipboard
fun free()

Free the #WebKitOptionMenuItem.

Link copied to clipboard

Get the label of a #WebKitOptionMenuItem.

Link copied to clipboard

Get the tooltip of a #WebKitOptionMenuItem.

Link copied to clipboard

Whether a #WebKitOptionMenuItem is enabled.

Link copied to clipboard

Whether a #WebKitOptionMenuItem is a group child.

Link copied to clipboard

Whether a #WebKitOptionMenuItem is a group label.

Link copied to clipboard

Whether a #WebKitOptionMenuItem is the currently selected one.