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

Contents

Description

 

Synopsis

Exported types

Methods

getLength

dOMHTMLOptionsCollectionGetLength Source #

Arguments

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

self: A DOMHTMLOptionsCollection

-> m CULong

Returns: A gulong

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

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

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 () 

No description available in the introspection data.

Properties

length

data DOMHTMLOptionsCollectionLengthPropertyInfo Source #

Instances

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

selectedIndex

data DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source #

Instances

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