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

Contents

Description

 

Synopsis

Exported types

Methods

getCols

data DOMHTMLFrameSetElementGetColsMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameSetElement a) => MethodInfo * DOMHTMLFrameSetElementGetColsMethodInfo a signature Source # 

Methods

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

getRows

data DOMHTMLFrameSetElementGetRowsMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameSetElement a) => MethodInfo * DOMHTMLFrameSetElementGetRowsMethodInfo a signature Source # 

Methods

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

setCols

data DOMHTMLFrameSetElementSetColsMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLFrameSetElement a) => MethodInfo * DOMHTMLFrameSetElementSetColsMethodInfo a signature Source # 

Methods

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

setRows

data DOMHTMLFrameSetElementSetRowsMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLFrameSetElement a) => MethodInfo * DOMHTMLFrameSetElementSetRowsMethodInfo a signature Source # 

Methods

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

Properties

cols

data DOMHTMLFrameSetElementColsPropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameSetElementColsPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrLabel DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrGetType DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameSetElementColsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameSetElementColsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLFrameSetElementCols :: AttrLabelProxy "cols" Source #

rows

data DOMHTMLFrameSetElementRowsPropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameSetElementRowsPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrLabel DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrGetType DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameSetElementRowsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameSetElementRowsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLFrameSetElementRows :: AttrLabelProxy "rows" Source #