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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLHRElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLHRElement (ManagedPtr DOMHTMLHRElement) 

Instances

Instances details
Eq DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

GObject DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

ManagedPtrNewtype DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

TypedObject DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

Methods

glibType :: IO GType

IsGValue DOMHTMLHRElement Source #

Convert DOMHTMLHRElement to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

Methods

toGValue :: DOMHTMLHRElement -> IO GValue

fromGValue :: GValue -> IO DOMHTMLHRElement

HasParentTypes DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

type ParentTypes DOMHTMLHRElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

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, MonadIO m) => Text -> m (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, MonadIO m) => Bool -> m (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, 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.

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, MonadIO m) => Text -> m (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 ]