gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMHTMLTableElement

Contents

Description

 

Synopsis

Exported types

Methods

createCaption

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

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.

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

data DOMHTMLTableElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementAlignPropertyInfo Source # 

bgColor

data DOMHTMLTableElementBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBgColorPropertyInfo Source # 

border

data DOMHTMLTableElementBorderPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementBorderPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementBorderPropertyInfo Source # 

caption

data DOMHTMLTableElementCaptionPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCaptionPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCaptionPropertyInfo Source # 

cellPadding

data DOMHTMLTableElementCellPaddingPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellPaddingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellPaddingPropertyInfo Source # 

cellSpacing

data DOMHTMLTableElementCellSpacingPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementCellSpacingPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementCellSpacingPropertyInfo Source # 

rows

data DOMHTMLTableElementRowsPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRowsPropertyInfo Source # 

rules

data DOMHTMLTableElementRulesPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementRulesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementRulesPropertyInfo Source # 

summary

data DOMHTMLTableElementSummaryPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementSummaryPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementSummaryPropertyInfo Source # 

tBodies

data DOMHTMLTableElementTBodiesPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTBodiesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTBodiesPropertyInfo Source # 

tFoot

data DOMHTMLTableElementTFootPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTFootPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTFootPropertyInfo Source # 

tHead

data DOMHTMLTableElementTHeadPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementTHeadPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementTHeadPropertyInfo Source # 

width

data DOMHTMLTableElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrOrigin DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrGetType DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableElementWidthPropertyInfo Source #