gi-webkit2webextension-4.0.21: 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.DOMHTMLTableRowElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLTableRowElement :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m DOMHTMLTableRowElement Source #

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

Methods

deleteCell

dOMHTMLTableRowElementDeleteCell Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> CLong

index: A glong

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlign

dOMHTMLTableRowElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLTableRowElementGetBgColor Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCells

dOMHTMLTableRowElementGetCells Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCh

dOMHTMLTableRowElementGetCh Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChOff

dOMHTMLTableRowElementGetChOff Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRowIndex

dOMHTMLTableRowElementGetRowIndex Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSectionRowIndex

dOMHTMLTableRowElementGetSectionRowIndex Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVAlign

dOMHTMLTableRowElementGetVAlign Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

insertCell

dOMHTMLTableRowElementInsertCell Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> CLong

index: A glong

-> m DOMHTMLElement

Returns: A DOMHTMLElement (Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableRowElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLTableRowElementSetBgColor Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCh

dOMHTMLTableRowElementSetCh Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setChOff

dOMHTMLTableRowElementSetChOff Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVAlign

dOMHTMLTableRowElementSetVAlign Source #

Arguments

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

self: A DOMHTMLTableRowElement

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

constructDOMHTMLTableRowElementAlign :: IsDOMHTMLTableRowElement 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.

getDOMHTMLTableRowElementAlign :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableRowElement #align

setDOMHTMLTableRowElementAlign :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableRowElement [ #align := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLTableRowElementBgColor :: IsDOMHTMLTableRowElement 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.

getDOMHTMLTableRowElementBgColor :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableRowElement #bgColor

setDOMHTMLTableRowElementBgColor :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableRowElement [ #bgColor := value ]

cells

No description available in the introspection data.

getDOMHTMLTableRowElementCells :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLTableRowElement #cells

ch

No description available in the introspection data.

constructDOMHTMLTableRowElementCh :: IsDOMHTMLTableRowElement 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.

getDOMHTMLTableRowElementCh :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableRowElement #ch

setDOMHTMLTableRowElementCh :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableRowElement [ #ch := value ]

chOff

No description available in the introspection data.

constructDOMHTMLTableRowElementChOff :: IsDOMHTMLTableRowElement 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.

getDOMHTMLTableRowElementChOff :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableRowElement #chOff

setDOMHTMLTableRowElementChOff :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableRowElement [ #chOff := value ]

rowIndex

No description available in the introspection data.

getDOMHTMLTableRowElementRowIndex :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m CLong Source #

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

get dOMHTMLTableRowElement #rowIndex

sectionRowIndex

No description available in the introspection data.

getDOMHTMLTableRowElementSectionRowIndex :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m CLong Source #

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

get dOMHTMLTableRowElement #sectionRowIndex

vAlign

No description available in the introspection data.

constructDOMHTMLTableRowElementVAlign :: IsDOMHTMLTableRowElement 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.

getDOMHTMLTableRowElementVAlign :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableRowElement #vAlign

setDOMHTMLTableRowElementVAlign :: (MonadIO m, IsDOMHTMLTableRowElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableRowElement [ #vAlign := value ]