gi-webkit2webextension-0.2.10.13: WebKit2WebExtension 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.DOMHTMLOptGroupElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLOptGroupElementGetDisabled

dOMHTMLOptGroupElementGetLabel

dOMHTMLOptGroupElementSetDisabled

dOMHTMLOptGroupElementSetLabel

Properties

Disabled

data DOMHTMLOptGroupElementDisabledPropertyInfo Source

Instances

AttrInfo DOMHTMLOptGroupElementDisabledPropertyInfo Source 
type AttrLabel DOMHTMLOptGroupElementDisabledPropertyInfo = "disabled" Source 
type AttrGetType DOMHTMLOptGroupElementDisabledPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLOptGroupElementDisabledPropertyInfo = DOMHTMLOptGroupElementK Source 
type AttrSetTypeConstraint DOMHTMLOptGroupElementDisabledPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLOptGroupElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Label

data DOMHTMLOptGroupElementLabelPropertyInfo Source

Instances

AttrInfo DOMHTMLOptGroupElementLabelPropertyInfo Source 
type AttrLabel DOMHTMLOptGroupElementLabelPropertyInfo = "label" Source 
type AttrGetType DOMHTMLOptGroupElementLabelPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLOptGroupElementLabelPropertyInfo = DOMHTMLOptGroupElementK Source 
type AttrSetTypeConstraint DOMHTMLOptGroupElementLabelPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLOptGroupElementLabelPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source