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

Contents

Description

 

Synopsis

Exported types

Methods

dOMCSSStyleDeclarationGetCssText

dOMCSSStyleDeclarationGetLength

dOMCSSStyleDeclarationGetParentRule

dOMCSSStyleDeclarationGetPropertyPriority

dOMCSSStyleDeclarationGetPropertyShorthand

dOMCSSStyleDeclarationGetPropertyValue

dOMCSSStyleDeclarationIsPropertyImplicit

dOMCSSStyleDeclarationItem

dOMCSSStyleDeclarationRemoveProperty

dOMCSSStyleDeclarationSetCssText

dOMCSSStyleDeclarationSetProperty

Properties

CssText

data DOMCSSStyleDeclarationCssTextPropertyInfo Source

Instances

AttrInfo DOMCSSStyleDeclarationCssTextPropertyInfo Source 
type AttrLabel DOMCSSStyleDeclarationCssTextPropertyInfo = "css-text" Source 
type AttrGetType DOMCSSStyleDeclarationCssTextPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMCSSStyleDeclarationCssTextPropertyInfo = DOMCSSStyleDeclarationK Source 
type AttrSetTypeConstraint DOMCSSStyleDeclarationCssTextPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMCSSStyleDeclarationCssTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Length

data DOMCSSStyleDeclarationLengthPropertyInfo Source

Instances

ParentRule

data DOMCSSStyleDeclarationParentRulePropertyInfo Source

Instances

AttrInfo DOMCSSStyleDeclarationParentRulePropertyInfo Source 
type AttrLabel DOMCSSStyleDeclarationParentRulePropertyInfo = "parent-rule" Source 
type AttrGetType DOMCSSStyleDeclarationParentRulePropertyInfo = DOMCSSRule Source 
type AttrBaseTypeConstraint DOMCSSStyleDeclarationParentRulePropertyInfo = DOMCSSStyleDeclarationK Source 
type AttrSetTypeConstraint DOMCSSStyleDeclarationParentRulePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMCSSStyleDeclarationParentRulePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source