gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLTableCellElement

Contents

Description

 

Synopsis

Exported types

Methods

getAbbr

dOMHTMLTableCellElementGetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

No description available in the introspection data.

Properties

abbr

align

axis

bgColor

cellIndex

ch

chOff

colSpan

headers

height

noWrap

rowSpan

scope

vAlign

width