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

Contents

Description

 

Synopsis

Exported types

newtype DOMStyleSheet Source #

Constructors

DOMStyleSheet (ManagedPtr DOMStyleSheet) 

Instances

GObject DOMStyleSheet Source # 
IsObject DOMStyleSheet Source # 
IsDOMStyleSheet DOMStyleSheet Source # 
IsDOMObject DOMStyleSheet Source # 
((~) * info (ResolveDOMStyleSheetMethod t DOMStyleSheet), MethodInfo * info DOMStyleSheet p) => IsLabel t (DOMStyleSheet -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMStyleSheet -> p #

((~) * info (ResolveDOMStyleSheetMethod t DOMStyleSheet), MethodInfo * info DOMStyleSheet p) => IsLabelProxy t (DOMStyleSheet -> p) Source # 
HasAttributeList * DOMStyleSheet Source # 
type SignalList DOMStyleSheet Source # 
type SignalList DOMStyleSheet
type AttributeList DOMStyleSheet Source # 
type AttributeList DOMStyleSheet

Methods

getDisabled

data DOMStyleSheetGetDisabledMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMStyleSheet a) => MethodInfo * DOMStyleSheetGetDisabledMethodInfo a signature Source # 

Methods

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

getHref

data DOMStyleSheetGetHrefMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMStyleSheet a) => MethodInfo * DOMStyleSheetGetHrefMethodInfo a signature Source # 

Methods

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

getMedia

data DOMStyleSheetGetMediaMethodInfo Source #

Instances

((~) * signature (m DOMMediaList), MonadIO m, IsDOMStyleSheet a) => MethodInfo * DOMStyleSheetGetMediaMethodInfo a signature Source # 

Methods

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

getOwnerNode

data DOMStyleSheetGetOwnerNodeMethodInfo Source #

Instances

((~) * signature (m DOMNode), MonadIO m, IsDOMStyleSheet a) => MethodInfo * DOMStyleSheetGetOwnerNodeMethodInfo a signature Source # 

Methods

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

getParentStyleSheet

getTitle

data DOMStyleSheetGetTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMStyleSheet a) => MethodInfo * DOMStyleSheetGetTitleMethodInfo a signature Source # 

Methods

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

setDisabled

data DOMStyleSheetSetDisabledMethodInfo Source #

Instances

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

Methods

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

Properties

disabled

data DOMStyleSheetDisabledPropertyInfo Source #

Instances

AttrInfo DOMStyleSheetDisabledPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetDisabledPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetDisabledPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetDisabledPropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetDisabledPropertyInfo :: *

type AttrLabel DOMStyleSheetDisabledPropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetDisabledPropertyInfo :: *

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

dOMStyleSheetDisabled :: AttrLabelProxy "disabled" Source #

href

data DOMStyleSheetHrefPropertyInfo Source #

Instances

AttrInfo DOMStyleSheetHrefPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetHrefPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetHrefPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetHrefPropertyInfo :: *

type AttrLabel DOMStyleSheetHrefPropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetHrefPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo o => Proxy * DOMStyleSheetHrefPropertyInfo -> o -> IO (AttrGetType DOMStyleSheetHrefPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo o, AttrSetTypeConstraint DOMStyleSheetHrefPropertyInfo b) => Proxy * DOMStyleSheetHrefPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo o => Proxy * DOMStyleSheetHrefPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo o, AttrSetTypeConstraint DOMStyleSheetHrefPropertyInfo b) => Proxy * DOMStyleSheetHrefPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMStyleSheetHrefPropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleSheetHrefPropertyInfo = * ~ ()
type AttrOrigin DOMStyleSheetHrefPropertyInfo Source # 
type AttrLabel DOMStyleSheetHrefPropertyInfo Source # 
type AttrLabel DOMStyleSheetHrefPropertyInfo = "href"
type AttrGetType DOMStyleSheetHrefPropertyInfo Source # 
type AttrGetType DOMStyleSheetHrefPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetHrefPropertyInfo = IsDOMStyleSheet
type AttrAllowedOps DOMStyleSheetHrefPropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetHrefPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleSheetHref :: AttrLabelProxy "href" Source #

media

data DOMStyleSheetMediaPropertyInfo Source #

Instances

AttrInfo DOMStyleSheetMediaPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetMediaPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetMediaPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetMediaPropertyInfo :: *

type AttrLabel DOMStyleSheetMediaPropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetMediaPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo o => Proxy * DOMStyleSheetMediaPropertyInfo -> o -> IO (AttrGetType DOMStyleSheetMediaPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo o, AttrSetTypeConstraint DOMStyleSheetMediaPropertyInfo b) => Proxy * DOMStyleSheetMediaPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo o => Proxy * DOMStyleSheetMediaPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo o, AttrSetTypeConstraint DOMStyleSheetMediaPropertyInfo b) => Proxy * DOMStyleSheetMediaPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMStyleSheetMediaPropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleSheetMediaPropertyInfo = * ~ ()
type AttrOrigin DOMStyleSheetMediaPropertyInfo Source # 
type AttrLabel DOMStyleSheetMediaPropertyInfo Source # 
type AttrLabel DOMStyleSheetMediaPropertyInfo = "media"
type AttrGetType DOMStyleSheetMediaPropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetMediaPropertyInfo = IsDOMStyleSheet
type AttrAllowedOps DOMStyleSheetMediaPropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetMediaPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleSheetMedia :: AttrLabelProxy "media" Source #

ownerNode

data DOMStyleSheetOwnerNodePropertyInfo Source #

Instances

AttrInfo DOMStyleSheetOwnerNodePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetOwnerNodePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetOwnerNodePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetOwnerNodePropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetOwnerNodePropertyInfo :: *

type AttrLabel DOMStyleSheetOwnerNodePropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetOwnerNodePropertyInfo :: *

type AttrSetTypeConstraint DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleSheetOwnerNodePropertyInfo = * ~ ()
type AttrOrigin DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrLabel DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrLabel DOMStyleSheetOwnerNodePropertyInfo = "owner-node"
type AttrGetType DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetOwnerNodePropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetOwnerNodePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleSheetOwnerNode :: AttrLabelProxy "ownerNode" Source #

parentStyleSheet

data DOMStyleSheetParentStyleSheetPropertyInfo Source #

Instances

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

dOMStyleSheetParentStyleSheet :: AttrLabelProxy "parentStyleSheet" Source #

title

data DOMStyleSheetTitlePropertyInfo Source #

Instances

AttrInfo DOMStyleSheetTitlePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetTitlePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetTitlePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetTitlePropertyInfo :: *

type AttrLabel DOMStyleSheetTitlePropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetTitlePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo o => Proxy * DOMStyleSheetTitlePropertyInfo -> o -> IO (AttrGetType DOMStyleSheetTitlePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo o, AttrSetTypeConstraint DOMStyleSheetTitlePropertyInfo b) => Proxy * DOMStyleSheetTitlePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo o => Proxy * DOMStyleSheetTitlePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo o, AttrSetTypeConstraint DOMStyleSheetTitlePropertyInfo b) => Proxy * DOMStyleSheetTitlePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMStyleSheetTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleSheetTitlePropertyInfo = * ~ ()
type AttrOrigin DOMStyleSheetTitlePropertyInfo Source # 
type AttrLabel DOMStyleSheetTitlePropertyInfo Source # 
type AttrLabel DOMStyleSheetTitlePropertyInfo = "title"
type AttrGetType DOMStyleSheetTitlePropertyInfo Source # 
type AttrGetType DOMStyleSheetTitlePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetTitlePropertyInfo = IsDOMStyleSheet
type AttrAllowedOps DOMStyleSheetTitlePropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetTitlePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleSheetTitle :: AttrLabelProxy "title" Source #

type

data DOMStyleSheetTypePropertyInfo Source #

Instances

AttrInfo DOMStyleSheetTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetTypePropertyInfo :: *

type AttrLabel DOMStyleSheetTypePropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetTypePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo o => Proxy * DOMStyleSheetTypePropertyInfo -> o -> IO (AttrGetType DOMStyleSheetTypePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo o, AttrSetTypeConstraint DOMStyleSheetTypePropertyInfo b) => Proxy * DOMStyleSheetTypePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo o => Proxy * DOMStyleSheetTypePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo o, AttrSetTypeConstraint DOMStyleSheetTypePropertyInfo b) => Proxy * DOMStyleSheetTypePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMStyleSheetTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMStyleSheetTypePropertyInfo = * ~ ()
type AttrOrigin DOMStyleSheetTypePropertyInfo Source # 
type AttrLabel DOMStyleSheetTypePropertyInfo Source # 
type AttrLabel DOMStyleSheetTypePropertyInfo = "type"
type AttrGetType DOMStyleSheetTypePropertyInfo Source # 
type AttrGetType DOMStyleSheetTypePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMStyleSheetTypePropertyInfo = IsDOMStyleSheet
type AttrAllowedOps DOMStyleSheetTypePropertyInfo Source # 
type AttrAllowedOps DOMStyleSheetTypePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMStyleSheetType :: AttrLabelProxy "type" Source #