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

Contents

Description

 

Synopsis

Exported types

Methods

getCompact

data DOMHTMLOListElementGetCompactMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLOListElement a) => MethodInfo * DOMHTMLOListElementGetCompactMethodInfo a signature Source # 

Methods

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

getReversed

getStart

data DOMHTMLOListElementGetStartMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLOListElement a) => MethodInfo * DOMHTMLOListElementGetStartMethodInfo a signature Source # 

Methods

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

setCompact

data DOMHTMLOListElementSetCompactMethodInfo Source #

Instances

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

Methods

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

setReversed

data DOMHTMLOListElementSetReversedMethodInfo Source #

Instances

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

Methods

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

setStart

data DOMHTMLOListElementSetStartMethodInfo Source #

Instances

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

Methods

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

Properties

compact

data DOMHTMLOListElementCompactPropertyInfo Source #

Instances

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

dOMHTMLOListElementCompact :: AttrLabelProxy "compact" Source #

reversed

data DOMHTMLOListElementReversedPropertyInfo Source #

Instances

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

dOMHTMLOListElementReversed :: AttrLabelProxy "reversed" Source #

start

data DOMHTMLOListElementStartPropertyInfo Source #

Instances

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

dOMHTMLOListElementStart :: AttrLabelProxy "start" Source #

type

data DOMHTMLOListElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLOListElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLOListElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLOListElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLOListElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLOListElementTypePropertyInfo :: *

type AttrLabel DOMHTMLOListElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLOListElementTypePropertyInfo :: *

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

dOMHTMLOListElementType :: AttrLabelProxy "type" Source #