gi-webkit2webextension-4.0.25: 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.DOMHTMLFontElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLFontElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLFontElement (ManagedPtr DOMHTMLFontElement) 

class (GObject o, IsDescendantOf DOMHTMLFontElement o) => IsDOMHTMLFontElement o Source #

Type class for types which can be safely cast to DOMHTMLFontElement, for instance with toDOMHTMLFontElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLFontElement o) => IsDOMHTMLFontElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLFontElement

toDOMHTMLFontElement :: (MonadIO m, IsDOMHTMLFontElement o) => o -> m DOMHTMLFontElement Source #

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

Methods

Overloaded methods

getColor

dOMHTMLFontElementGetColor Source #

Arguments

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

self: A DOMHTMLFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getFace

dOMHTMLFontElementGetFace Source #

Arguments

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

self: A DOMHTMLFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSize

dOMHTMLFontElementGetSize Source #

Arguments

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

self: A DOMHTMLFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setColor

dOMHTMLFontElementSetColor Source #

Arguments

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

self: A DOMHTMLFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setFace

dOMHTMLFontElementSetFace Source #

Arguments

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

self: A DOMHTMLFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSize

dOMHTMLFontElementSetSize Source #

Arguments

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

self: A DOMHTMLFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

color

No description available in the introspection data.

constructDOMHTMLFontElementColor :: (IsDOMHTMLFontElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLFontElementColor :: (MonadIO m, IsDOMHTMLFontElement o) => o -> m (Maybe Text) Source #

Get the value of the “color” property. When overloading is enabled, this is equivalent to

get dOMHTMLFontElement #color

setDOMHTMLFontElementColor :: (MonadIO m, IsDOMHTMLFontElement o) => o -> Text -> m () Source #

Set the value of the “color” property. When overloading is enabled, this is equivalent to

set dOMHTMLFontElement [ #color := value ]

face

No description available in the introspection data.

constructDOMHTMLFontElementFace :: (IsDOMHTMLFontElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “face” property. This is rarely needed directly, but it is used by new.

getDOMHTMLFontElementFace :: (MonadIO m, IsDOMHTMLFontElement o) => o -> m (Maybe Text) Source #

Get the value of the “face” property. When overloading is enabled, this is equivalent to

get dOMHTMLFontElement #face

setDOMHTMLFontElementFace :: (MonadIO m, IsDOMHTMLFontElement o) => o -> Text -> m () Source #

Set the value of the “face” property. When overloading is enabled, this is equivalent to

set dOMHTMLFontElement [ #face := value ]

size

No description available in the introspection data.

constructDOMHTMLFontElementSize :: (IsDOMHTMLFontElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “size” property. This is rarely needed directly, but it is used by new.

getDOMHTMLFontElementSize :: (MonadIO m, IsDOMHTMLFontElement o) => o -> m (Maybe Text) Source #

Get the value of the “size” property. When overloading is enabled, this is equivalent to

get dOMHTMLFontElement #size

setDOMHTMLFontElementSize :: (MonadIO m, IsDOMHTMLFontElement o) => o -> Text -> m () Source #

Set the value of the “size” property. When overloading is enabled, this is equivalent to

set dOMHTMLFontElement [ #size := value ]