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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLIFrameElementGetAlign Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getContentDocument

dOMHTMLIFrameElementGetContentDocument Source #

No description available in the introspection data.

getContentWindow

dOMHTMLIFrameElementGetContentWindow Source #

No description available in the introspection data.

getFrameBorder

dOMHTMLIFrameElementGetFrameBorder Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLIFrameElementGetHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getLongDesc

dOMHTMLIFrameElementGetLongDesc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginHeight

dOMHTMLIFrameElementGetMarginHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginWidth

dOMHTMLIFrameElementGetMarginWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getName

dOMHTMLIFrameElementGetName Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getScrolling

dOMHTMLIFrameElementGetScrolling Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSrc

dOMHTMLIFrameElementGetSrc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLIFrameElementGetWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setAlign

dOMHTMLIFrameElementSetAlign Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setFrameBorder

dOMHTMLIFrameElementSetFrameBorder Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHeight

dOMHTMLIFrameElementSetHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setLongDesc

dOMHTMLIFrameElementSetLongDesc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginHeight

dOMHTMLIFrameElementSetMarginHeight Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginWidth

dOMHTMLIFrameElementSetMarginWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setName

dOMHTMLIFrameElementSetName Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setScrolling

dOMHTMLIFrameElementSetScrolling Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSrc

dOMHTMLIFrameElementSetSrc Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLIFrameElementSetWidth Source #

Arguments

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

self: A DOMHTMLIFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

align

data DOMHTMLIFrameElementAlignPropertyInfo Source #

Instances

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

contentDocument

data DOMHTMLIFrameElementContentDocumentPropertyInfo Source #

Instances

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

contentWindow

data DOMHTMLIFrameElementContentWindowPropertyInfo Source #

Instances

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

frameBorder

data DOMHTMLIFrameElementFrameBorderPropertyInfo Source #

Instances

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

height

data DOMHTMLIFrameElementHeightPropertyInfo Source #

Instances

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

longDesc

data DOMHTMLIFrameElementLongDescPropertyInfo Source #

Instances

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

marginHeight

data DOMHTMLIFrameElementMarginHeightPropertyInfo Source #

Instances

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

marginWidth

data DOMHTMLIFrameElementMarginWidthPropertyInfo Source #

Instances

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

name

data DOMHTMLIFrameElementNamePropertyInfo Source #

Instances

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

scrolling

data DOMHTMLIFrameElementScrollingPropertyInfo Source #

Instances

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

src

data DOMHTMLIFrameElementSrcPropertyInfo Source #

Instances

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

width

data DOMHTMLIFrameElementWidthPropertyInfo Source #

Instances

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