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

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLBaseElement o Source #

Methods

getHref

data DOMHTMLBaseElementGetHrefMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBaseElement a) => MethodInfo * DOMHTMLBaseElementGetHrefMethodInfo a signature Source # 

Methods

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

getTarget

data DOMHTMLBaseElementGetTargetMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBaseElement a) => MethodInfo * DOMHTMLBaseElementGetTargetMethodInfo a signature Source # 

Methods

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

setHref

data DOMHTMLBaseElementSetHrefMethodInfo Source #

Instances

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

Methods

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

setTarget

data DOMHTMLBaseElementSetTargetMethodInfo Source #

Instances

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

Methods

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

Properties

href

data DOMHTMLBaseElementHrefPropertyInfo Source #

Instances

AttrInfo DOMHTMLBaseElementHrefPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBaseElementHrefPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBaseElementHrefPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBaseElementHrefPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBaseElementHrefPropertyInfo :: *

type AttrLabel DOMHTMLBaseElementHrefPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBaseElementHrefPropertyInfo :: *

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

constructDOMHTMLBaseElementHref :: IsDOMHTMLBaseElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLBaseElementHref :: AttrLabelProxy "href" Source #

target

data DOMHTMLBaseElementTargetPropertyInfo Source #

Instances

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

dOMHTMLBaseElementTarget :: AttrLabelProxy "target" Source #