gi-webkit-3.0.9: 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

getSelectedIndex

namedItem

setSelectedIndex

Properties

length

data DOMHTMLOptionsCollectionLengthPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionsCollectionLengthPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrLabel DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrGetType DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionsCollectionLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionsCollectionLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLOptionsCollectionLength :: AttrLabelProxy "length" Source #

selectedIndex

data DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrLabel DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrLabel DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = "selected-index"
type AttrGetType DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLOptionsCollectionSelectedIndex :: AttrLabelProxy "selectedIndex" Source #