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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

dOMHTMLAppletElementGetAlign Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getAlt

dOMHTMLAppletElementGetAlt Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getArchive

dOMHTMLAppletElementGetArchive Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCode

dOMHTMLAppletElementGetCode Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getCodeBase

dOMHTMLAppletElementGetCodeBase Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHeight

dOMHTMLAppletElementGetHeight Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getHspace

dOMHTMLAppletElementGetHspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getName

dOMHTMLAppletElementGetName Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getObject

dOMHTMLAppletElementGetObject Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getVspace

dOMHTMLAppletElementGetVspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getWidth

dOMHTMLAppletElementGetWidth Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setAlign

dOMHTMLAppletElementSetAlign Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setAlt

dOMHTMLAppletElementSetAlt Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setArchive

dOMHTMLAppletElementSetArchive Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCode

dOMHTMLAppletElementSetCode Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCodeBase

dOMHTMLAppletElementSetCodeBase Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHeight

dOMHTMLAppletElementSetHeight Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setHspace

dOMHTMLAppletElementSetHspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setName

dOMHTMLAppletElementSetName Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setObject

dOMHTMLAppletElementSetObject Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setVspace

dOMHTMLAppletElementSetVspace Source #

Arguments

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

self: A DOMHTMLAppletElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setWidth

dOMHTMLAppletElementSetWidth Source #

Arguments

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

self: A DOMHTMLAppletElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

align

alt

archive

code

codeBase

height

hspace

name

object

vspace

width