gi-webkit2webextension-4.0.24: 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.DOMHTMLOptionsCollection

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLOptionsCollection :: (MonadIO m, IsDOMHTMLOptionsCollection o) => o -> m DOMHTMLOptionsCollection Source #

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

Methods

Overloaded methods

getLength

dOMHTMLOptionsCollectionGetLength Source #

Arguments

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

self: A DOMHTMLOptionsCollection

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSelectedIndex

dOMHTMLOptionsCollectionGetSelectedIndex Source #

Arguments

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

self: A DOMHTMLOptionsCollection

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

namedItem

dOMHTMLOptionsCollectionNamedItem Source #

Arguments

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

self: A DOMHTMLOptionsCollection

-> 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.

setSelectedIndex

dOMHTMLOptionsCollectionSetSelectedIndex Source #

Arguments

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

self: A DOMHTMLOptionsCollection

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

length

No description available in the introspection data.

getDOMHTMLOptionsCollectionLength :: (MonadIO m, IsDOMHTMLOptionsCollection o) => o -> m CULong Source #

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

get dOMHTMLOptionsCollection #length

selectedIndex

No description available in the introspection data.

constructDOMHTMLOptionsCollectionSelectedIndex :: IsDOMHTMLOptionsCollection o => CLong -> IO (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.

getDOMHTMLOptionsCollectionSelectedIndex :: (MonadIO m, IsDOMHTMLOptionsCollection o) => o -> m CLong Source #

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

get dOMHTMLOptionsCollection #selectedIndex

setDOMHTMLOptionsCollectionSelectedIndex :: (MonadIO m, IsDOMHTMLOptionsCollection o) => o -> CLong -> m () Source #

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

set dOMHTMLOptionsCollection [ #selectedIndex := value ]