gi-webkit2webextension-0.2.10.13: WebKit2WebExtension 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

dOMHTMLFrameElementGetContentDocument

dOMHTMLFrameElementGetContentWindow

dOMHTMLFrameElementGetFrameBorder

dOMHTMLFrameElementGetHeight

dOMHTMLFrameElementGetLongDesc

dOMHTMLFrameElementGetMarginHeight

dOMHTMLFrameElementGetMarginWidth

dOMHTMLFrameElementGetName

dOMHTMLFrameElementGetNoResize

dOMHTMLFrameElementGetScrolling

dOMHTMLFrameElementGetSrc

dOMHTMLFrameElementGetWidth

dOMHTMLFrameElementSetFrameBorder

dOMHTMLFrameElementSetLongDesc

dOMHTMLFrameElementSetMarginHeight

dOMHTMLFrameElementSetMarginWidth

dOMHTMLFrameElementSetName

dOMHTMLFrameElementSetNoResize

dOMHTMLFrameElementSetScrolling

dOMHTMLFrameElementSetSrc

Properties

ContentDocument

data DOMHTMLFrameElementContentDocumentPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementContentDocumentPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementContentDocumentPropertyInfo = "content-document" Source 
type AttrGetType DOMHTMLFrameElementContentDocumentPropertyInfo = DOMDocument Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementContentDocumentPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementContentDocumentPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLFrameElementContentDocumentPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

ContentWindow

data DOMHTMLFrameElementContentWindowPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementContentWindowPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementContentWindowPropertyInfo = "content-window" Source 
type AttrGetType DOMHTMLFrameElementContentWindowPropertyInfo = DOMDOMWindow Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementContentWindowPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementContentWindowPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLFrameElementContentWindowPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

FrameBorder

data DOMHTMLFrameElementFrameBorderPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementFrameBorderPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementFrameBorderPropertyInfo = "frame-border" Source 
type AttrGetType DOMHTMLFrameElementFrameBorderPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementFrameBorderPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementFrameBorderPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLFrameElementFrameBorderPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Height

LongDesc

data DOMHTMLFrameElementLongDescPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementLongDescPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementLongDescPropertyInfo = "long-desc" Source 
type AttrGetType DOMHTMLFrameElementLongDescPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementLongDescPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementLongDescPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLFrameElementLongDescPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MarginHeight

data DOMHTMLFrameElementMarginHeightPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementMarginHeightPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementMarginHeightPropertyInfo = "margin-height" Source 
type AttrGetType DOMHTMLFrameElementMarginHeightPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementMarginHeightPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementMarginHeightPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLFrameElementMarginHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

MarginWidth

data DOMHTMLFrameElementMarginWidthPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementMarginWidthPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementMarginWidthPropertyInfo = "margin-width" Source 
type AttrGetType DOMHTMLFrameElementMarginWidthPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementMarginWidthPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementMarginWidthPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLFrameElementMarginWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Name

data DOMHTMLFrameElementNamePropertyInfo Source

NoResize

data DOMHTMLFrameElementNoResizePropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementNoResizePropertyInfo Source 
type AttrLabel DOMHTMLFrameElementNoResizePropertyInfo = "no-resize" Source 
type AttrGetType DOMHTMLFrameElementNoResizePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementNoResizePropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementNoResizePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLFrameElementNoResizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Scrolling

data DOMHTMLFrameElementScrollingPropertyInfo Source

Instances

AttrInfo DOMHTMLFrameElementScrollingPropertyInfo Source 
type AttrLabel DOMHTMLFrameElementScrollingPropertyInfo = "scrolling" Source 
type AttrGetType DOMHTMLFrameElementScrollingPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLFrameElementScrollingPropertyInfo = DOMHTMLFrameElementK Source 
type AttrSetTypeConstraint DOMHTMLFrameElementScrollingPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLFrameElementScrollingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Src

Width