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

Contents

Description

 

Synopsis

Exported types

Methods

getContentDocument

dOMHTMLFrameElementGetContentDocument Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m DOMDocument

Returns: A DOMDocument

No description available in the introspection data.

getContentWindow

dOMHTMLFrameElementGetContentWindow Source #

No description available in the introspection data.

getFrameBorder

dOMHTMLFrameElementGetFrameBorder Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLFrameElementGetHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getLongDesc

dOMHTMLFrameElementGetLongDesc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginHeight

dOMHTMLFrameElementGetMarginHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getMarginWidth

dOMHTMLFrameElementGetMarginWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getName

dOMHTMLFrameElementGetName Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getNoResize

dOMHTMLFrameElementGetNoResize Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getScrolling

dOMHTMLFrameElementGetScrolling Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSrc

dOMHTMLFrameElementGetSrc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLFrameElementGetWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> m CLong

Returns: A glong

No description available in the introspection data.

setFrameBorder

dOMHTMLFrameElementSetFrameBorder Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setLongDesc

dOMHTMLFrameElementSetLongDesc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginHeight

dOMHTMLFrameElementSetMarginHeight Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setMarginWidth

dOMHTMLFrameElementSetMarginWidth Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setName

dOMHTMLFrameElementSetName Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setNoResize

dOMHTMLFrameElementSetNoResize Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setScrolling

dOMHTMLFrameElementSetScrolling Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSrc

dOMHTMLFrameElementSetSrc Source #

Arguments

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

self: A DOMHTMLFrameElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

contentDocument

data DOMHTMLFrameElementContentDocumentPropertyInfo Source #

Instances

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

contentWindow

data DOMHTMLFrameElementContentWindowPropertyInfo Source #

Instances

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

frameBorder

data DOMHTMLFrameElementFrameBorderPropertyInfo Source #

Instances

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

height

data DOMHTMLFrameElementHeightPropertyInfo Source #

Instances

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

longDesc

data DOMHTMLFrameElementLongDescPropertyInfo Source #

Instances

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

marginHeight

data DOMHTMLFrameElementMarginHeightPropertyInfo Source #

Instances

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

marginWidth

data DOMHTMLFrameElementMarginWidthPropertyInfo Source #

Instances

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

name

data DOMHTMLFrameElementNamePropertyInfo Source #

Instances

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

noResize

data DOMHTMLFrameElementNoResizePropertyInfo Source #

Instances

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

scrolling

data DOMHTMLFrameElementScrollingPropertyInfo Source #

Instances

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

src

data DOMHTMLFrameElementSrcPropertyInfo Source #

Instances

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

width

data DOMHTMLFrameElementWidthPropertyInfo Source #

Instances

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