gi-webkit2webextension-4.0.22: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLOptGroupElement Source #

Memory-managed wrapper type.

Instances
GObject DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

Methods

gobjectType :: IO GType

HasParentTypes DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

type ParentTypes DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

type ParentTypes DOMHTMLOptGroupElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type]))))))

class (GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o Source #

Type class for types which can be safely cast to DOMHTMLOptGroupElement, for instance with toDOMHTMLOptGroupElement.

Instances
(GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

toDOMHTMLOptGroupElement :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m DOMHTMLOptGroupElement Source #

Cast to DOMHTMLOptGroupElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

getDisabled

dOMHTMLOptGroupElementGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) 
=> a

self: A DOMHTMLOptGroupElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLabel

dOMHTMLOptGroupElementGetLabel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) 
=> a

self: A DOMHTMLOptGroupElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLOptGroupElementSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) 
=> a

self: A DOMHTMLOptGroupElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLabel

dOMHTMLOptGroupElementSetLabel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOptGroupElement a) 
=> a

self: A DOMHTMLOptGroupElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

disabled

No description available in the introspection data.

constructDOMHTMLOptGroupElementDisabled :: IsDOMHTMLOptGroupElement o => Bool -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “disabled” property. This is rarely needed directly, but it is used by new.

getDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m Bool Source #

Get the value of the “disabled” property. When overloading is enabled, this is equivalent to

get dOMHTMLOptGroupElement #disabled

setDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Bool -> m () Source #

Set the value of the “disabled” property. When overloading is enabled, this is equivalent to

set dOMHTMLOptGroupElement [ #disabled := value ]

label

No description available in the introspection data.

constructDOMHTMLOptGroupElementLabel :: IsDOMHTMLOptGroupElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “label” property. This is rarely needed directly, but it is used by new.

getDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m (Maybe Text) Source #

Get the value of the “label” property. When overloading is enabled, this is equivalent to

get dOMHTMLOptGroupElement #label

setDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Text -> m () Source #

Set the value of the “label” property. When overloading is enabled, this is equivalent to

set dOMHTMLOptGroupElement [ #label := value ]