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

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLHRElement Source #

Constructors

DOMHTMLHRElement (ManagedPtr DOMHTMLHRElement) 

Instances

class GObject o => IsDOMHTMLHRElement o Source #

Instances

Methods

getAlign

data DOMHTMLHRElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLHRElement a) => MethodInfo * DOMHTMLHRElementGetAlignMethodInfo a signature Source # 

Methods

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

getNoShade

data DOMHTMLHRElementGetNoShadeMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLHRElement a) => MethodInfo * DOMHTMLHRElementGetNoShadeMethodInfo a signature Source # 

Methods

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

getSize

data DOMHTMLHRElementGetSizeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLHRElement a) => MethodInfo * DOMHTMLHRElementGetSizeMethodInfo a signature Source # 

Methods

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

getWidth

data DOMHTMLHRElementGetWidthMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLHRElement a) => MethodInfo * DOMHTMLHRElementGetWidthMethodInfo a signature Source # 

Methods

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

setAlign

data DOMHTMLHRElementSetAlignMethodInfo Source #

Instances

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

Methods

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

setNoShade

data DOMHTMLHRElementSetNoShadeMethodInfo Source #

Instances

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

Methods

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

setSize

data DOMHTMLHRElementSetSizeMethodInfo Source #

Instances

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

Methods

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

setWidth

data DOMHTMLHRElementSetWidthMethodInfo Source #

Instances

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

Methods

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

Properties

align

data DOMHTMLHRElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementAlignPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLHRElementAlignPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLHRElementAlignPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLHRElementAlignPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLHRElementAlignPropertyInfo :: *

type AttrLabel DOMHTMLHRElementAlignPropertyInfo :: Symbol

type AttrOrigin DOMHTMLHRElementAlignPropertyInfo :: *

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

constructDOMHTMLHRElementAlign :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLHRElementAlign :: AttrLabelProxy "align" Source #

noShade

data DOMHTMLHRElementNoShadePropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementNoShadePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLHRElementNoShadePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLHRElementNoShadePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLHRElementNoShadePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLHRElementNoShadePropertyInfo :: *

type AttrLabel DOMHTMLHRElementNoShadePropertyInfo :: Symbol

type AttrOrigin DOMHTMLHRElementNoShadePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHRElementNoShadePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrLabel DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrLabel DOMHTMLHRElementNoShadePropertyInfo = "no-shade"
type AttrGetType DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementNoShadePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLHRElementNoShade :: AttrLabelProxy "noShade" Source #

size

data DOMHTMLHRElementSizePropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementSizePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLHRElementSizePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLHRElementSizePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLHRElementSizePropertyInfo :: *

type AttrLabel DOMHTMLHRElementSizePropertyInfo :: Symbol

type AttrOrigin DOMHTMLHRElementSizePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo o => Proxy * DOMHTMLHRElementSizePropertyInfo -> o -> IO (AttrGetType DOMHTMLHRElementSizePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo o, AttrSetTypeConstraint DOMHTMLHRElementSizePropertyInfo b) => Proxy * DOMHTMLHRElementSizePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo o => Proxy * DOMHTMLHRElementSizePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo o, AttrSetTypeConstraint DOMHTMLHRElementSizePropertyInfo b) => Proxy * DOMHTMLHRElementSizePropertyInfo -> b -> IO (GValueConstruct o)

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

constructDOMHTMLHRElementSize :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLHRElementSize :: AttrLabelProxy "size" Source #

width

data DOMHTMLHRElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLHRElementWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLHRElementWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLHRElementWidthPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLHRElementWidthPropertyInfo :: *

type AttrLabel DOMHTMLHRElementWidthPropertyInfo :: Symbol

type AttrOrigin DOMHTMLHRElementWidthPropertyInfo :: *

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

constructDOMHTMLHRElementWidth :: IsDOMHTMLHRElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLHRElementWidth :: AttrLabelProxy "width" Source #