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

Contents

Description

 

Synopsis

Exported types

Methods

deleteCell

dOMHTMLTableRowElementDeleteCell Source #

Arguments

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

self: A DOMHTMLTableRowElement

-> CLong

index: A glong

-> m ()

(Can throw GError)

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

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

No description available in the introspection data.

getCells

dOMHTMLTableRowElementGetCells Source #

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

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

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

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

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

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)

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

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

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

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

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

No description available in the introspection data.

Properties

align

bgColor

cells

ch

chOff

rowIndex

sectionRowIndex

vAlign