WebKit2.OptionMenuItem.is_enabled (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Methods
copy free get_label get_tooltip is_enabled is_group_child is_group_label is_selected
Generated by gi-docgen 2023.4
Method
WebKit2OptionMenuItemis_enabled
since: 2.18
Declaration [src]
gboolean
webkit_option_menu_item_is_enabled (
WebKitOptionMenuItem* item
)
Description [src]
Whether a WebKitOptionMenuItem
is enabled.
Available since: 2.18
Return value
Type: gboolean
TRUE
if the item
is enabled or FALSE
otherwise.