gi-webkit-3.0.7: 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.DOMHTMLOptGroupElement

Contents

Description

 

Synopsis

Exported types

Methods

getDisabled

getLabel

data DOMHTMLOptGroupElementGetLabelMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLOptGroupElement a) => MethodInfo * DOMHTMLOptGroupElementGetLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLOptGroupElementGetLabelMethodInfo a -> signature -> s

setDisabled

setLabel

data DOMHTMLOptGroupElementSetLabelMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLOptGroupElement a) => MethodInfo * DOMHTMLOptGroupElementSetLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLOptGroupElementSetLabelMethodInfo a -> signature -> s

Properties

disabled

data DOMHTMLOptGroupElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOptGroupElementDisabledPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLOptGroupElementDisabledPropertyInfo = "disabled"
type AttrGetType DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptGroupElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOptGroupElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLOptGroupElementDisabled :: AttrLabelProxy "disabled" Source #

label

data DOMHTMLOptGroupElementLabelPropertyInfo Source #

Instances

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

dOMHTMLOptGroupElementLabel :: AttrLabelProxy "label" Source #