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

data DOMHTMLTableSectionElementAlignPropertyInfo Source #

Instances

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

ch

data DOMHTMLTableSectionElementChPropertyInfo Source #

Instances

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

chOff

data DOMHTMLTableSectionElementChOffPropertyInfo Source #

Instances

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

rows

data DOMHTMLTableSectionElementRowsPropertyInfo Source #

Instances

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

vAlign

data DOMHTMLTableSectionElementVAlignPropertyInfo Source #

Instances

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