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

Contents

Description

 

Synopsis

Exported types

Methods

getDisabled

getMedia

data DOMHTMLStyleElementGetMediaMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementGetMediaMethodInfo a signature Source # 

Methods

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

getScoped

data DOMHTMLStyleElementGetScopedMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementGetScopedMethodInfo a signature Source # 

Methods

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

dOMHTMLStyleElementGetScoped :: (MonadIO m, IsDOMHTMLStyleElement a) => a -> m Bool Source #

Deprecated: (Since version 2.2)

getSheet

setDisabled

data DOMHTMLStyleElementSetDisabledMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementSetDisabledMethodInfo a signature Source # 

Methods

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

setMedia

data DOMHTMLStyleElementSetMediaMethodInfo Source #

Instances

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

Methods

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

setScoped

data DOMHTMLStyleElementSetScopedMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementSetScopedMethodInfo a signature Source # 

Methods

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

dOMHTMLStyleElementSetScoped :: (MonadIO m, IsDOMHTMLStyleElement a) => a -> Bool -> m () Source #

Deprecated: (Since version 2.2)

Properties

disabled

data DOMHTMLStyleElementDisabledPropertyInfo Source #

Instances

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

dOMHTMLStyleElementDisabled :: AttrLabelProxy "disabled" Source #

media

data DOMHTMLStyleElementMediaPropertyInfo Source #

Instances

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

dOMHTMLStyleElementMedia :: AttrLabelProxy "media" Source #

sheet

data DOMHTMLStyleElementSheetPropertyInfo Source #

Instances

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

dOMHTMLStyleElementSheet :: AttrLabelProxy "sheet" Source #

type

data DOMHTMLStyleElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLStyleElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLStyleElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLStyleElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLStyleElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLStyleElementTypePropertyInfo :: *

type AttrLabel DOMHTMLStyleElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLStyleElementTypePropertyInfo :: *

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

dOMHTMLStyleElementType :: AttrLabelProxy "type" Source #