gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMHTMLHRElement

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLHRElementGetAlign Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getNoShade

dOMHTMLHRElementGetNoShade Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getSize

dOMHTMLHRElementGetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLHRElementGetWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setAlign

dOMHTMLHRElementSetAlign Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setNoShade

dOMHTMLHRElementSetNoShade Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setSize

dOMHTMLHRElementSetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLHRElementSetWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLHRElement a) 
=> a

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

align

data DOMHTMLHRElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrOrigin DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrGetType DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHRElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementAlignPropertyInfo Source # 

noShade

data DOMHTMLHRElementNoShadePropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrOrigin DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrLabel DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrGetType DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHRElementNoShadePropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementNoShadePropertyInfo Source # 

size

data DOMHTMLHRElementSizePropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementSizePropertyInfo Source # 
type AttrOrigin DOMHTMLHRElementSizePropertyInfo Source # 
type AttrLabel DOMHTMLHRElementSizePropertyInfo Source # 
type AttrGetType DOMHTMLHRElementSizePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHRElementSizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHRElementSizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementSizePropertyInfo Source # 

width

data DOMHTMLHRElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrOrigin DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrGetType DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHRElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHRElementWidthPropertyInfo Source #