gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLBaseFontElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLBaseFontElement o) => IsDOMHTMLBaseFontElement o Source #

Type class for types which can be safely cast to DOMHTMLBaseFontElement, for instance with toDOMHTMLBaseFontElement.

toDOMHTMLBaseFontElement :: (MonadIO m, IsDOMHTMLBaseFontElement o) => o -> m DOMHTMLBaseFontElement Source #

Cast to DOMHTMLBaseFontElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getColor

dOMHTMLBaseFontElementGetColor Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns Nothing.

getFace

dOMHTMLBaseFontElementGetFace Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns Nothing.

getSize

dOMHTMLBaseFontElementGetSize Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns 0.

setColor

dOMHTMLBaseFontElementSetColor Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.

setFace

dOMHTMLBaseFontElementSetFace Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.

setSize

dOMHTMLBaseFontElementSetSize Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.