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

Contents

Description

 

Synopsis

Exported types

Methods

createCaption

dOMHTMLTableElementCreateCaption Source #

No description available in the introspection data.

createTBody

dOMHTMLTableElementCreateTBody Source #

No description available in the introspection data.

createTFoot

dOMHTMLTableElementCreateTFoot Source #

No description available in the introspection data.

createTHead

dOMHTMLTableElementCreateTHead Source #

No description available in the introspection data.

deleteCaption

dOMHTMLTableElementDeleteCaption Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

No description available in the introspection data.

deleteRow

dOMHTMLTableElementDeleteRow Source #

Arguments

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

self: A DOMHTMLTableElement

-> CLong

index: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

deleteTFoot

dOMHTMLTableElementDeleteTFoot Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

No description available in the introspection data.

deleteTHead

dOMHTMLTableElementDeleteTHead Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

No description available in the introspection data.

getAlign

dOMHTMLTableElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getBgColor

dOMHTMLTableElementGetBgColor Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getBorder

dOMHTMLTableElementGetBorder Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCaption

dOMHTMLTableElementGetCaption Source #

No description available in the introspection data.

getCellPadding

dOMHTMLTableElementGetCellPadding Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCellSpacing

dOMHTMLTableElementGetCellSpacing Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getFrame

dOMHTMLTableElementGetFrame Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getRows

dOMHTMLTableElementGetRows Source #

No description available in the introspection data.

getRules

dOMHTMLTableElementGetRules Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSummary

dOMHTMLTableElementGetSummary Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getTBodies

dOMHTMLTableElementGetTBodies Source #

No description available in the introspection data.

getTFoot

dOMHTMLTableElementGetTFoot Source #

No description available in the introspection data.

getTHead

dOMHTMLTableElementGetTHead Source #

No description available in the introspection data.

getWidth

dOMHTMLTableElementGetWidth Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

No description available in the introspection data.

insertRow

dOMHTMLTableElementInsertRow Source #

Arguments

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

self: A DOMHTMLTableElement

-> CLong

index: A glong

-> m DOMHTMLElement

Returns: A DOMHTMLElement (Can throw GError)

No description available in the introspection data.

setAlign

dOMHTMLTableElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setBgColor

dOMHTMLTableElementSetBgColor Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setBorder

dOMHTMLTableElementSetBorder Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCaption

dOMHTMLTableElementSetCaption Source #

No description available in the introspection data.

setCellPadding

dOMHTMLTableElementSetCellPadding Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCellSpacing

dOMHTMLTableElementSetCellSpacing Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setFrame

dOMHTMLTableElementSetFrame Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setRules

dOMHTMLTableElementSetRules Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSummary

dOMHTMLTableElementSetSummary Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setTFoot

dOMHTMLTableElementSetTFoot Source #

No description available in the introspection data.

setTHead

dOMHTMLTableElementSetTHead Source #

No description available in the introspection data.

setWidth

dOMHTMLTableElementSetWidth Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

align

bgColor

border

caption

cellPadding

cellSpacing

frame

rows

rules

summary

tBodies

tFoot

tHead

width