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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLEmbedElementGetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLEmbedElementGetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getName

dOMHTMLEmbedElementGetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSrc

dOMHTMLEmbedElementGetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWidth

dOMHTMLEmbedElementGetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

No description available in the introspection data.

setAlign

dOMHTMLEmbedElementSetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHeight

dOMHTMLEmbedElementSetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setName

dOMHTMLEmbedElementSetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSrc

dOMHTMLEmbedElementSetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLEmbedElementSetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

Properties

align

height

name

src

type

width