gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLAppletElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLAppletElement (ManagedPtr DOMHTMLAppletElement) 

class (GObject o, IsDescendantOf DOMHTMLAppletElement o) => IsDOMHTMLAppletElement o Source #

Type class for types which can be safely cast to DOMHTMLAppletElement, for instance with toDOMHTMLAppletElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLAppletElement o) => IsDOMHTMLAppletElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement

toDOMHTMLAppletElement :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m DOMHTMLAppletElement Source #

Cast to DOMHTMLAppletElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getAlign

dOMHTMLAppletElementGetAlign Source #

Arguments

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

self: A DOMHTMLAppletElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLAppletElementAlign :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “align” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “align” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #align

setDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “align” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #align := value ]

alt

No description available in the introspection data.

constructDOMHTMLAppletElementAlt :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “alt” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “alt” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #alt

setDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “alt” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #alt := value ]

archive

No description available in the introspection data.

constructDOMHTMLAppletElementArchive :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “archive” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “archive” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #archive

setDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “archive” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #archive := value ]

code

No description available in the introspection data.

constructDOMHTMLAppletElementCode :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “code” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “code” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #code

setDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “code” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #code := value ]

codeBase

No description available in the introspection data.

constructDOMHTMLAppletElementCodeBase :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “code-base” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “code-base” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #codeBase

setDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “code-base” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #codeBase := value ]

height

No description available in the introspection data.

constructDOMHTMLAppletElementHeight :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “height” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “height” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #height

setDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “height” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #height := value ]

hspace

No description available in the introspection data.

constructDOMHTMLAppletElementHspace :: (IsDOMHTMLAppletElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “hspace” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong Source #

Get the value of the “hspace” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #hspace

setDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m () Source #

Set the value of the “hspace” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #hspace := value ]

name

No description available in the introspection data.

constructDOMHTMLAppletElementName :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #name

setDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #name := value ]

object

No description available in the introspection data.

constructDOMHTMLAppletElementObject :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “object” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “object” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #object

setDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “object” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #object := value ]

vspace

No description available in the introspection data.

constructDOMHTMLAppletElementVspace :: (IsDOMHTMLAppletElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “vspace” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong Source #

Get the value of the “vspace” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #vspace

setDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m () Source #

Set the value of the “vspace” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #vspace := value ]

width

No description available in the introspection data.

constructDOMHTMLAppletElementWidth :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “width” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAppletElementWidth :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text) Source #

Get the value of the “width” property. When overloading is enabled, this is equivalent to

get dOMHTMLAppletElement #width

setDOMHTMLAppletElementWidth :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m () Source #

Set the value of the “width” property. When overloading is enabled, this is equivalent to

set dOMHTMLAppletElement [ #width := value ]