gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLTableCellElement :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m DOMHTMLTableCellElement Source #

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

Methods

getAbbr

dOMHTMLTableCellElementGetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlign

dOMHTMLTableCellElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAxis

dOMHTMLTableCellElementGetAxis Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLTableCellElementGetBgColor Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCellIndex

dOMHTMLTableCellElementGetCellIndex Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCh

dOMHTMLTableCellElementGetCh Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChOff

dOMHTMLTableCellElementGetChOff Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getColSpan

dOMHTMLTableCellElementGetColSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeaders

dOMHTMLTableCellElementGetHeaders Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLTableCellElementGetHeight Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNoWrap

dOMHTMLTableCellElementGetNoWrap Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRowSpan

dOMHTMLTableCellElementGetRowSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getScope

dOMHTMLTableCellElementGetScope Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVAlign

dOMHTMLTableCellElementGetVAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLTableCellElementGetWidth Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAbbr

dOMHTMLTableCellElementSetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableCellElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAxis

dOMHTMLTableCellElementSetAxis Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLTableCellElementSetBgColor Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCh

dOMHTMLTableCellElementSetCh Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setChOff

dOMHTMLTableCellElementSetChOff Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setColSpan

dOMHTMLTableCellElementSetColSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeaders

dOMHTMLTableCellElementSetHeaders Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLTableCellElementSetHeight Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setNoWrap

dOMHTMLTableCellElementSetNoWrap Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRowSpan

dOMHTMLTableCellElementSetRowSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setScope

dOMHTMLTableCellElementSetScope Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVAlign

dOMHTMLTableCellElementSetVAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLTableCellElementSetWidth Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

abbr

No description available in the introspection data.

constructDOMHTMLTableCellElementAbbr :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementAbbr :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #abbr

setDOMHTMLTableCellElementAbbr :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #abbr := value ]

align

No description available in the introspection data.

constructDOMHTMLTableCellElementAlign :: IsDOMHTMLTableCellElement 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.

getDOMHTMLTableCellElementAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #align

setDOMHTMLTableCellElementAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #align := value ]

axis

No description available in the introspection data.

constructDOMHTMLTableCellElementAxis :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementAxis :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #axis

setDOMHTMLTableCellElementAxis :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #axis := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLTableCellElementBgColor :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementBgColor :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #bgColor

setDOMHTMLTableCellElementBgColor :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #bgColor := value ]

cellIndex

No description available in the introspection data.

getDOMHTMLTableCellElementCellIndex :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

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

get dOMHTMLTableCellElement #cellIndex

ch

No description available in the introspection data.

constructDOMHTMLTableCellElementCh :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementCh :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #ch

setDOMHTMLTableCellElementCh :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #ch := value ]

chOff

No description available in the introspection data.

constructDOMHTMLTableCellElementChOff :: IsDOMHTMLTableCellElement o => Text -> IO (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.

getDOMHTMLTableCellElementChOff :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #chOff

setDOMHTMLTableCellElementChOff :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #chOff := value ]

colSpan

No description available in the introspection data.

constructDOMHTMLTableCellElementColSpan :: IsDOMHTMLTableCellElement o => CLong -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementColSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

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

get dOMHTMLTableCellElement #colSpan

setDOMHTMLTableCellElementColSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTableCellElement [ #colSpan := value ]

headers

No description available in the introspection data.

constructDOMHTMLTableCellElementHeaders :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementHeaders :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #headers

setDOMHTMLTableCellElementHeaders :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #headers := value ]

height

No description available in the introspection data.

constructDOMHTMLTableCellElementHeight :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementHeight :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #height

setDOMHTMLTableCellElementHeight :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #height := value ]

noWrap

No description available in the introspection data.

constructDOMHTMLTableCellElementNoWrap :: IsDOMHTMLTableCellElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementNoWrap :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m Bool Source #

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

get dOMHTMLTableCellElement #noWrap

setDOMHTMLTableCellElementNoWrap :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Bool -> m () Source #

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

set dOMHTMLTableCellElement [ #noWrap := value ]

rowSpan

No description available in the introspection data.

constructDOMHTMLTableCellElementRowSpan :: IsDOMHTMLTableCellElement o => CLong -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementRowSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

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

get dOMHTMLTableCellElement #rowSpan

setDOMHTMLTableCellElementRowSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTableCellElement [ #rowSpan := value ]

scope

No description available in the introspection data.

constructDOMHTMLTableCellElementScope :: IsDOMHTMLTableCellElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLTableCellElementScope :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #scope

setDOMHTMLTableCellElementScope :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #scope := value ]

vAlign

No description available in the introspection data.

constructDOMHTMLTableCellElementVAlign :: IsDOMHTMLTableCellElement o => Text -> IO (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.

getDOMHTMLTableCellElementVAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #vAlign

setDOMHTMLTableCellElementVAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #vAlign := value ]

width

No description available in the introspection data.

constructDOMHTMLTableCellElementWidth :: IsDOMHTMLTableCellElement 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.

getDOMHTMLTableCellElementWidth :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableCellElement #width

setDOMHTMLTableCellElementWidth :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableCellElement [ #width := value ]