gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLSelectElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLSelectElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLSelectElement (ManagedPtr DOMHTMLSelectElement) 

class (GObject o, IsDescendantOf DOMHTMLSelectElement o) => IsDOMHTMLSelectElement o Source #

Type class for types which can be safely cast to DOMHTMLSelectElement, for instance with toDOMHTMLSelectElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLSelectElement o) => IsDOMHTMLSelectElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLSelectElement

toDOMHTMLSelectElement :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m DOMHTMLSelectElement Source #

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

Methods

Overloaded methods

add

dOMHTMLSelectElementAdd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a, IsDOMHTMLElement b, IsDOMHTMLElement c) 
=> a

self: A DOMHTMLSelectElement

-> b

element: A DOMHTMLElement

-> c

before: A DOMHTMLElement

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAutofocus

dOMHTMLSelectElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDisabled

dOMHTMLSelectElementGetDisabled Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getForm

dOMHTMLSelectElementGetForm Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m DOMHTMLFormElement

Returns: A DOMHTMLFormElement

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLength

dOMHTMLSelectElementGetLength Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMultiple

dOMHTMLSelectElementGetMultiple Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLSelectElementGetName Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getOptions

dOMHTMLSelectElementGetOptions Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSelectType

dOMHTMLSelectElementGetSelectType Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSelectedIndex

dOMHTMLSelectElementGetSelectedIndex Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSize

dOMHTMLSelectElementGetSize Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLSelectElementGetValue Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWillValidate

dOMHTMLSelectElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

item

dOMHTMLSelectElementItem Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CULong

index: A gulong

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

namedItem

dOMHTMLSelectElementNamedItem Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

name: A gchar

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

remove

dOMHTMLSelectElementRemove Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

index: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAutofocus

dOMHTMLSelectElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLSelectElementSetDisabled Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLength

dOMHTMLSelectElementSetLength Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CULong

value: A gulong

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMultiple

dOMHTMLSelectElementSetMultiple Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLSelectElementSetName Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSelectedIndex

dOMHTMLSelectElementSetSelectedIndex Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSize

dOMHTMLSelectElementSetSize Source #

Arguments

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

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLSelectElementSetValue Source #

Arguments

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

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

autofocus

No description available in the introspection data.

constructDOMHTMLSelectElementAutofocus :: (IsDOMHTMLSelectElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementAutofocus :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m Bool Source #

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

get dOMHTMLSelectElement #autofocus

setDOMHTMLSelectElementAutofocus :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> Bool -> m () Source #

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

set dOMHTMLSelectElement [ #autofocus := value ]

disabled

No description available in the introspection data.

constructDOMHTMLSelectElementDisabled :: (IsDOMHTMLSelectElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementDisabled :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m Bool Source #

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

get dOMHTMLSelectElement #disabled

setDOMHTMLSelectElementDisabled :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> Bool -> m () Source #

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

set dOMHTMLSelectElement [ #disabled := value ]

form

No description available in the introspection data.

getDOMHTMLSelectElementForm :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m DOMHTMLFormElement Source #

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

get dOMHTMLSelectElement #form

length

No description available in the introspection data.

constructDOMHTMLSelectElementLength :: (IsDOMHTMLSelectElement o, MonadIO m) => CULong -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementLength :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m CULong Source #

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

get dOMHTMLSelectElement #length

setDOMHTMLSelectElementLength :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> CULong -> m () Source #

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

set dOMHTMLSelectElement [ #length := value ]

multiple

No description available in the introspection data.

constructDOMHTMLSelectElementMultiple :: (IsDOMHTMLSelectElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementMultiple :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m Bool Source #

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

get dOMHTMLSelectElement #multiple

setDOMHTMLSelectElementMultiple :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> Bool -> m () Source #

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

set dOMHTMLSelectElement [ #multiple := value ]

name

No description available in the introspection data.

constructDOMHTMLSelectElementName :: (IsDOMHTMLSelectElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementName :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLSelectElement #name

setDOMHTMLSelectElementName :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> Text -> m () Source #

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

set dOMHTMLSelectElement [ #name := value ]

options

No description available in the introspection data.

getDOMHTMLSelectElementOptions :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m (Maybe DOMHTMLOptionsCollection) Source #

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

get dOMHTMLSelectElement #options

selectedIndex

No description available in the introspection data.

constructDOMHTMLSelectElementSelectedIndex :: (IsDOMHTMLSelectElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementSelectedIndex :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m CLong Source #

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

get dOMHTMLSelectElement #selectedIndex

setDOMHTMLSelectElementSelectedIndex :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> CLong -> m () Source #

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

set dOMHTMLSelectElement [ #selectedIndex := value ]

size

No description available in the introspection data.

constructDOMHTMLSelectElementSize :: (IsDOMHTMLSelectElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementSize :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m CLong Source #

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

get dOMHTMLSelectElement #size

setDOMHTMLSelectElementSize :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> CLong -> m () Source #

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

set dOMHTMLSelectElement [ #size := value ]

type

No description available in the introspection data.

getDOMHTMLSelectElementType :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLSelectElement #type

value

No description available in the introspection data.

constructDOMHTMLSelectElementValue :: (IsDOMHTMLSelectElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLSelectElementValue :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLSelectElement #value

setDOMHTMLSelectElementValue :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> Text -> m () Source #

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

set dOMHTMLSelectElement [ #value := value ]

willValidate

No description available in the introspection data.

getDOMHTMLSelectElementWillValidate :: (MonadIO m, IsDOMHTMLSelectElement o) => o -> m Bool Source #

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

get dOMHTMLSelectElement #willValidate