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

Contents

Description

 

Synopsis

Exported types

Methods

deleteRow

dOMHTMLTableSectionElementDeleteRow Source #

Arguments

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

self: A DOMHTMLTableSectionElement

-> CLong

index: A glong

-> m ()

(Can throw GError)

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

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

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

No description available in the introspection data.

getRows

dOMHTMLTableSectionElementGetRows Source #

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

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)

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

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

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

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

No description available in the introspection data.

Properties

align

ch

chOff

rows

vAlign