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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLTableCaptionElement Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

GObject DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

ManagedPtrNewtype DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

TypedObject DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

Methods

glibType :: IO GType

IsGValue DOMHTMLTableCaptionElement Source #

Convert DOMHTMLTableCaptionElement to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

HasParentTypes DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

type ParentTypes DOMHTMLTableCaptionElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

class (GObject o, IsDescendantOf DOMHTMLTableCaptionElement o) => IsDOMHTMLTableCaptionElement o Source #

Type class for types which can be safely cast to DOMHTMLTableCaptionElement, for instance with toDOMHTMLTableCaptionElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLTableCaptionElement o) => IsDOMHTMLTableCaptionElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCaptionElement

toDOMHTMLTableCaptionElement :: (MonadIO m, IsDOMHTMLTableCaptionElement o) => o -> m DOMHTMLTableCaptionElement Source #

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

Methods

Overloaded methods

getAlign

dOMHTMLTableCaptionElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableCaptionElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableCaptionElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableCaptionElement

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

constructDOMHTMLTableCaptionElementAlign :: (IsDOMHTMLTableCaptionElement 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.

getDOMHTMLTableCaptionElementAlign :: (MonadIO m, IsDOMHTMLTableCaptionElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCaptionElement #align

setDOMHTMLTableCaptionElementAlign :: (MonadIO m, IsDOMHTMLTableCaptionElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCaptionElement [ #align := value ]