gi-webkit2webextension-4.0.11: 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.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

data DOMHTMLTableRowElementAlignPropertyInfo Source #

Instances

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

bgColor

data DOMHTMLTableRowElementBgColorPropertyInfo Source #

Instances

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

cells

data DOMHTMLTableRowElementCellsPropertyInfo Source #

Instances

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

ch

data DOMHTMLTableRowElementChPropertyInfo Source #

Instances

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

chOff

data DOMHTMLTableRowElementChOffPropertyInfo Source #

Instances

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

rowIndex

data DOMHTMLTableRowElementRowIndexPropertyInfo Source #

Instances

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

sectionRowIndex

data DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source #

Instances

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

vAlign

data DOMHTMLTableRowElementVAlignPropertyInfo Source #

Instances

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