gi-webkit2webextension-4.0.12: WebKit2-WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLOptionElement

Contents

Description

 

Synopsis

Exported types

Methods

getDefaultSelected

dOMHTMLOptionElementGetDefaultSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getDisabled

dOMHTMLOptionElementGetDisabled Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLOptionElementGetForm Source #

No description available in the introspection data.

getIndex

dOMHTMLOptionElementGetIndex Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getLabel

dOMHTMLOptionElementGetLabel Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSelected

dOMHTMLOptionElementGetSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getText

dOMHTMLOptionElementGetText Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValue

dOMHTMLOptionElementGetValue Source #

Arguments

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

self: A DOMHTMLOptionElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setDefaultSelected

dOMHTMLOptionElementSetDefaultSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLOptionElementSetDisabled Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setLabel

dOMHTMLOptionElementSetLabel Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSelected

dOMHTMLOptionElementSetSelected Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setValue

dOMHTMLOptionElementSetValue Source #

Arguments

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

self: A DOMHTMLOptionElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

defaultSelected

data DOMHTMLOptionElementDefaultSelectedPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementDefaultSelectedPropertyInfo Source # 

disabled

data DOMHTMLOptionElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementDisabledPropertyInfo Source # 

form

data DOMHTMLOptionElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementFormPropertyInfo Source # 

index

data DOMHTMLOptionElementIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementIndexPropertyInfo Source # 

label

data DOMHTMLOptionElementLabelPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementLabelPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementLabelPropertyInfo Source # 

selected

data DOMHTMLOptionElementSelectedPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementSelectedPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementSelectedPropertyInfo Source # 

text

data DOMHTMLOptionElementTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementTextPropertyInfo Source # 

value

data DOMHTMLOptionElementValuePropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrOrigin DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrLabel DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrGetType DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionElementValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionElementValuePropertyInfo Source #