gi-webkit-3.0.7: 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.DOMHTMLBRElement

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLBRElement Source #

Constructors

DOMHTMLBRElement (ManagedPtr DOMHTMLBRElement) 

Instances

class GObject o => IsDOMHTMLBRElement o Source #

Instances

Methods

getClear

data DOMHTMLBRElementGetClearMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBRElement a) => MethodInfo * DOMHTMLBRElementGetClearMethodInfo a signature Source # 

Methods

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

setClear

data DOMHTMLBRElementSetClearMethodInfo Source #

Instances

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

Methods

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

Properties

clear

data DOMHTMLBRElementClearPropertyInfo Source #

Instances

AttrInfo DOMHTMLBRElementClearPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBRElementClearPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBRElementClearPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBRElementClearPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBRElementClearPropertyInfo :: *

type AttrLabel DOMHTMLBRElementClearPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBRElementClearPropertyInfo :: *

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

constructDOMHTMLBRElementClear :: IsDOMHTMLBRElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLBRElementClear :: AttrLabelProxy "clear" Source #