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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLTableSectionElement :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m DOMHTMLTableSectionElement Source #

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

Methods

deleteRow

dOMHTMLTableSectionElementDeleteRow Source #

Arguments

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

self: A DOMHTMLTableSectionElement

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

dOMHTMLTableSectionElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCh

dOMHTMLTableSectionElementGetCh Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChOff

dOMHTMLTableSectionElementGetChOff Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRows

dOMHTMLTableSectionElementGetRows Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVAlign

dOMHTMLTableSectionElementGetVAlign Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

insertRow

dOMHTMLTableSectionElementInsertRow Source #

Arguments

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

self: A DOMHTMLTableSectionElement

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

dOMHTMLTableSectionElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCh

dOMHTMLTableSectionElementSetCh Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setChOff

dOMHTMLTableSectionElementSetChOff Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVAlign

dOMHTMLTableSectionElementSetVAlign Source #

Arguments

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

self: A DOMHTMLTableSectionElement

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

constructDOMHTMLTableSectionElementAlign :: IsDOMHTMLTableSectionElement 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.

getDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableSectionElement #align

setDOMHTMLTableSectionElementAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableSectionElement [ #align := value ]

ch

No description available in the introspection data.

constructDOMHTMLTableSectionElementCh :: IsDOMHTMLTableSectionElement 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.

getDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableSectionElement #ch

setDOMHTMLTableSectionElementCh :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableSectionElement [ #ch := value ]

chOff

No description available in the introspection data.

constructDOMHTMLTableSectionElementChOff :: IsDOMHTMLTableSectionElement 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.

getDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableSectionElement #chOff

setDOMHTMLTableSectionElementChOff :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableSectionElement [ #chOff := value ]

rows

No description available in the introspection data.

getDOMHTMLTableSectionElementRows :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLTableSectionElement #rows

vAlign

No description available in the introspection data.

constructDOMHTMLTableSectionElementVAlign :: IsDOMHTMLTableSectionElement 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.

getDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableSectionElement #vAlign

setDOMHTMLTableSectionElementVAlign :: (MonadIO m, IsDOMHTMLTableSectionElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableSectionElement [ #vAlign := value ]