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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLTableColElement Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DOMHTMLTableColElement o) => IsDOMHTMLTableColElement o Source #

Type class for types which can be safely cast to DOMHTMLTableColElement, for instance with toDOMHTMLTableColElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLTableColElement o) => IsDOMHTMLTableColElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableColElement

toDOMHTMLTableColElement :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m DOMHTMLTableColElement Source #

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

Methods

Overloaded methods

getAlign

dOMHTMLTableColElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCh

dOMHTMLTableColElementGetCh Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChOff

dOMHTMLTableColElementGetChOff Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSpan

dOMHTMLTableColElementGetSpan Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVAlign

dOMHTMLTableColElementGetVAlign Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLTableColElementGetWidth Source #

Arguments

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

self: A DOMHTMLTableColElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableColElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableColElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCh

dOMHTMLTableColElementSetCh Source #

Arguments

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

self: A DOMHTMLTableColElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setChOff

dOMHTMLTableColElementSetChOff Source #

Arguments

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

self: A DOMHTMLTableColElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSpan

dOMHTMLTableColElementSetSpan Source #

Arguments

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

self: A DOMHTMLTableColElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVAlign

dOMHTMLTableColElementSetVAlign Source #

Arguments

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

self: A DOMHTMLTableColElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLTableColElementSetWidth Source #

Arguments

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

self: A DOMHTMLTableColElement

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

constructDOMHTMLTableColElementAlign :: (IsDOMHTMLTableColElement 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.

getDOMHTMLTableColElementAlign :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableColElement #align

setDOMHTMLTableColElementAlign :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableColElement [ #align := value ]

ch

No description available in the introspection data.

constructDOMHTMLTableColElementCh :: (IsDOMHTMLTableColElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableColElementCh :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableColElement #ch

setDOMHTMLTableColElementCh :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableColElement [ #ch := value ]

chOff

No description available in the introspection data.

constructDOMHTMLTableColElementChOff :: (IsDOMHTMLTableColElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableColElementChOff :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableColElement #chOff

setDOMHTMLTableColElementChOff :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableColElement [ #chOff := value ]

span

No description available in the introspection data.

constructDOMHTMLTableColElementSpan :: (IsDOMHTMLTableColElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLTableColElementSpan :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m CLong Source #

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

get dOMHTMLTableColElement #span

setDOMHTMLTableColElementSpan :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTableColElement [ #span := value ]

vAlign

No description available in the introspection data.

constructDOMHTMLTableColElementVAlign :: (IsDOMHTMLTableColElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableColElementVAlign :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableColElement #vAlign

setDOMHTMLTableColElementVAlign :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableColElement [ #vAlign := value ]

width

No description available in the introspection data.

constructDOMHTMLTableColElementWidth :: (IsDOMHTMLTableColElement 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.

getDOMHTMLTableColElementWidth :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableColElement #width

setDOMHTMLTableColElementWidth :: (MonadIO m, IsDOMHTMLTableColElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableColElement [ #width := value ]