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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLAppletElementGetAlign Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getAlt

dOMHTMLAppletElementGetAlt Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getArchive

dOMHTMLAppletElementGetArchive Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCode

dOMHTMLAppletElementGetCode Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCodeBase

dOMHTMLAppletElementGetCodeBase Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLAppletElementGetHeight Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHspace

dOMHTMLAppletElementGetHspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getName

dOMHTMLAppletElementGetName Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getObject

dOMHTMLAppletElementGetObject Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getVspace

dOMHTMLAppletElementGetVspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getWidth

dOMHTMLAppletElementGetWidth Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setAlign

dOMHTMLAppletElementSetAlign Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setAlt

dOMHTMLAppletElementSetAlt Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setArchive

dOMHTMLAppletElementSetArchive Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCode

dOMHTMLAppletElementSetCode Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCodeBase

dOMHTMLAppletElementSetCodeBase Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHeight

dOMHTMLAppletElementSetHeight Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHspace

dOMHTMLAppletElementSetHspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setName

dOMHTMLAppletElementSetName Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setObject

dOMHTMLAppletElementSetObject Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setVspace

dOMHTMLAppletElementSetVspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLAppletElementSetWidth Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

align

data DOMHTMLAppletElementAlignPropertyInfo Source #

Instances

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

alt

data DOMHTMLAppletElementAltPropertyInfo Source #

Instances

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

archive

data DOMHTMLAppletElementArchivePropertyInfo Source #

Instances

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

code

data DOMHTMLAppletElementCodePropertyInfo Source #

Instances

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

codeBase

data DOMHTMLAppletElementCodeBasePropertyInfo Source #

Instances

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

height

data DOMHTMLAppletElementHeightPropertyInfo Source #

Instances

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

hspace

data DOMHTMLAppletElementHspacePropertyInfo Source #

Instances

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

name

data DOMHTMLAppletElementNamePropertyInfo Source #

Instances

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

object

data DOMHTMLAppletElementObjectPropertyInfo Source #

Instances

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

vspace

data DOMHTMLAppletElementVspacePropertyInfo Source #

Instances

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

width

data DOMHTMLAppletElementWidthPropertyInfo Source #

Instances

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