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

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLHRElement o) => IsDOMHTMLHRElement o Source #

Type class for types which can be safely cast to DOMHTMLHRElement, for instance with toDOMHTMLHRElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLHRElement o) => IsDOMHTMLHRElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

toDOMHTMLHRElement :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m DOMHTMLHRElement Source #

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

Methods

Overloaded methods

getAlign

dOMHTMLHRElementGetAlign Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNoShade

dOMHTMLHRElementGetNoShade Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSize

dOMHTMLHRElementGetSize Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLHRElementGetWidth Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLHRElementSetAlign Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setNoShade

dOMHTMLHRElementSetNoShade Source #

Arguments

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

self: A DOMHTMLHRElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSize

dOMHTMLHRElementSetSize Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLHRElementSetWidth Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLHRElementAlign :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLHRElementAlign :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #align

setDOMHTMLHRElementAlign :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #align := value ]

noShade

No description available in the introspection data.

constructDOMHTMLHRElementNoShade :: IsDOMHTMLHRElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLHRElementNoShade :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m Bool Source #

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

get dOMHTMLHRElement #noShade

setDOMHTMLHRElementNoShade :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Bool -> m () Source #

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

set dOMHTMLHRElement [ #noShade := value ]

size

No description available in the introspection data.

constructDOMHTMLHRElementSize :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLHRElementSize :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #size

setDOMHTMLHRElementSize :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #size := value ]

width

No description available in the introspection data.

constructDOMHTMLHRElementWidth :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLHRElementWidth :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #width

setDOMHTMLHRElementWidth :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #width := value ]