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

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLCanvasElementGetHeight

dOMHTMLCanvasElementGetWidth

dOMHTMLCanvasElementSetHeight

dOMHTMLCanvasElementSetWidth

Properties

Height

data DOMHTMLCanvasElementHeightPropertyInfo Source

Instances

AttrInfo DOMHTMLCanvasElementHeightPropertyInfo Source 
type AttrLabel DOMHTMLCanvasElementHeightPropertyInfo = "height" Source 
type AttrGetType DOMHTMLCanvasElementHeightPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLCanvasElementHeightPropertyInfo = DOMHTMLCanvasElementK Source 
type AttrSetTypeConstraint DOMHTMLCanvasElementHeightPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLCanvasElementHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Width

data DOMHTMLCanvasElementWidthPropertyInfo Source