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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLEmbedElementGetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLEmbedElementGetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getName

dOMHTMLEmbedElementGetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSrc

dOMHTMLEmbedElementGetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getTypeAttr

dOMHTMLEmbedElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLEmbedElementGetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

No description available in the introspection data.

setAlign

dOMHTMLEmbedElementSetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHeight

dOMHTMLEmbedElementSetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setName

dOMHTMLEmbedElementSetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSrc

dOMHTMLEmbedElementSetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setTypeAttr

dOMHTMLEmbedElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLEmbedElementSetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

Properties

align

data DOMHTMLEmbedElementAlignPropertyInfo Source #

Instances

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

height

data DOMHTMLEmbedElementHeightPropertyInfo Source #

Instances

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

name

data DOMHTMLEmbedElementNamePropertyInfo Source #

Instances

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

src

data DOMHTMLEmbedElementSrcPropertyInfo Source #

Instances

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

type

data DOMHTMLEmbedElementTypePropertyInfo Source #

Instances

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

width

data DOMHTMLEmbedElementWidthPropertyInfo Source #

Instances

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