gi-webkit-3.0.14: 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

Methods

getDisabled

dOMStyleSheetGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m Bool

Returns: A Bool

No description available in the introspection data.

getHref

dOMStyleSheetGetHref Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m Text

Returns: A gchar

No description available in the introspection data.

getMedia

dOMStyleSheetGetMedia Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m DOMMediaList

Returns: A DOMMediaList

No description available in the introspection data.

getOwnerNode

dOMStyleSheetGetOwnerNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getParentStyleSheet

dOMStyleSheetGetParentStyleSheet Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m DOMStyleSheet

Returns: A DOMStyleSheet

No description available in the introspection data.

getTitle

dOMStyleSheetGetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> m Text

Returns: A gchar

No description available in the introspection data.

setDisabled

dOMStyleSheetSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) 
=> a

self: A DOMStyleSheet

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

Properties

disabled

href

media

ownerNode

parentStyleSheet

title

type