gi-webkit-3.0.14: WebKit 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.WebKit.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

selectedIndex