gi-webkit-3.0.14: 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

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

noShade

size

width