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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLDivElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLDivElement (ManagedPtr DOMHTMLDivElement) 

Instances

Instances details
Eq DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

GObject DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

ManagedPtrNewtype DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

TypedObject DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

Methods

glibType :: IO GType

IsGValue DOMHTMLDivElement Source #

Convert DOMHTMLDivElement to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

Methods

toGValue :: DOMHTMLDivElement -> IO GValue

fromGValue :: GValue -> IO DOMHTMLDivElement

HasParentTypes DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

type ParentTypes DOMHTMLDivElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

class (GObject o, IsDescendantOf DOMHTMLDivElement o) => IsDOMHTMLDivElement o Source #

Type class for types which can be safely cast to DOMHTMLDivElement, for instance with toDOMHTMLDivElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLDivElement o) => IsDOMHTMLDivElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDivElement

toDOMHTMLDivElement :: (MonadIO m, IsDOMHTMLDivElement o) => o -> m DOMHTMLDivElement Source #

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

Methods

Overloaded methods

getAlign

dOMHTMLDivElementGetAlign Source #

Arguments

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

self: A DOMHTMLDivElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLDivElementSetAlign Source #

Arguments

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

self: A DOMHTMLDivElement

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

constructDOMHTMLDivElementAlign :: (IsDOMHTMLDivElement 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.

getDOMHTMLDivElementAlign :: (MonadIO m, IsDOMHTMLDivElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDivElement #align

setDOMHTMLDivElementAlign :: (MonadIO m, IsDOMHTMLDivElement o) => o -> Text -> m () Source #

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

set dOMHTMLDivElement [ #align := value ]