gi-webkit-3.0.9: WebKit 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.WebKit.Objects.DOMHTMLPreElement

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLPreElement o Source #

Methods

getWidth

data DOMHTMLPreElementGetWidthMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLPreElement a) => MethodInfo * DOMHTMLPreElementGetWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLPreElementGetWidthMethodInfo a -> signature -> s

getWrap

data DOMHTMLPreElementGetWrapMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLPreElement a) => MethodInfo * DOMHTMLPreElementGetWrapMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLPreElementGetWrapMethodInfo a -> signature -> s

setWidth

data DOMHTMLPreElementSetWidthMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLPreElement a) => MethodInfo * DOMHTMLPreElementSetWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLPreElementSetWidthMethodInfo a -> signature -> s

setWrap

data DOMHTMLPreElementSetWrapMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLPreElement a) => MethodInfo * DOMHTMLPreElementSetWrapMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLPreElementSetWrapMethodInfo a -> signature -> s

Properties

width

data DOMHTMLPreElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLPreElementWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLPreElementWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLPreElementWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLPreElementWidthPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLPreElementWidthPropertyInfo :: *

type AttrLabel DOMHTMLPreElementWidthPropertyInfo :: Symbol

type AttrOrigin DOMHTMLPreElementWidthPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPreElementWidthPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLPreElementWidthPropertyInfo = "width"
type AttrGetType DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPreElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPreElementWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLPreElementWidth :: AttrLabelProxy "width" Source #

wrap

data DOMHTMLPreElementWrapPropertyInfo Source #

Instances

AttrInfo DOMHTMLPreElementWrapPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLPreElementWrapPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLPreElementWrapPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLPreElementWrapPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLPreElementWrapPropertyInfo :: *

type AttrLabel DOMHTMLPreElementWrapPropertyInfo :: Symbol

type AttrOrigin DOMHTMLPreElementWrapPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPreElementWrapPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrLabel DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrLabel DOMHTMLPreElementWrapPropertyInfo = "wrap"
type AttrGetType DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPreElementWrapPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPreElementWrapPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLPreElementWrap :: AttrLabelProxy "wrap" Source #