| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement
Contents
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLAppletElement = DOMHTMLAppletElement (ManagedPtr DOMHTMLAppletElement)
- class (GObject o, IsDescendantOf DOMHTMLAppletElement o) => IsDOMHTMLAppletElement o
- toDOMHTMLAppletElement :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m DOMHTMLAppletElement
- noDOMHTMLAppletElement :: Maybe DOMHTMLAppletElement
- dOMHTMLAppletElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetArchive :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetCode :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetCodeBase :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetHspace :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m CLong
- dOMHTMLAppletElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetObject :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementGetVspace :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m CLong
- dOMHTMLAppletElementGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> m Text
- dOMHTMLAppletElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetArchive :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetCode :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetCodeBase :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetHspace :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> CLong -> m ()
- dOMHTMLAppletElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetObject :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- dOMHTMLAppletElementSetVspace :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> CLong -> m ()
- dOMHTMLAppletElementSetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) => a -> Text -> m ()
- constructDOMHTMLAppletElementAlign :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementAlt :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementArchive :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementCode :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementCodeBase :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementHeight :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementHspace :: IsDOMHTMLAppletElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong
- setDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m ()
- constructDOMHTMLAppletElementName :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementObject :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementVspace :: IsDOMHTMLAppletElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong
- setDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m ()
- constructDOMHTMLAppletElementWidth :: IsDOMHTMLAppletElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLAppletElementWidth :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementWidth :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLAppletElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLAppletElement (ManagedPtr DOMHTMLAppletElement) |
Instances
| Eq DOMHTMLAppletElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement Methods (==) :: DOMHTMLAppletElement -> DOMHTMLAppletElement -> Bool # (/=) :: DOMHTMLAppletElement -> DOMHTMLAppletElement -> Bool # | |
| IsGValue DOMHTMLAppletElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement Methods toGValue :: DOMHTMLAppletElement -> IO GValue # fromGValue :: GValue -> IO DOMHTMLAppletElement # | |
| GObject DOMHTMLAppletElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLAppletElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLAppletElement Source # | |
| type ParentTypes DOMHTMLAppletElement Source # | |
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
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.
noDOMHTMLAppletElement :: Maybe DOMHTMLAppletElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLAppletElement.
Methods
Overloaded methods
getAlign
dOMHTMLAppletElementGetAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLAppletElement a) | |
| => a |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m CLong | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> m CLong | Returns: A |
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 |
|
| -> m Text | Returns: A |
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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> CLong |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> Text |
|
| -> 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 |
|
| -> CLong |
|
| -> 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 |
|
| -> Text |
|
| -> 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 => Text -> IO (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
setdOMHTMLAppletElement [ #align:=value ]
alt
No description available in the introspection data.
constructDOMHTMLAppletElementAlt :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #alt:=value ]
archive
No description available in the introspection data.
constructDOMHTMLAppletElementArchive :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #archive:=value ]
code
No description available in the introspection data.
constructDOMHTMLAppletElementCode :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #code:=value ]
codeBase
No description available in the introspection data.
constructDOMHTMLAppletElementCodeBase :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #codeBase:=value ]
height
No description available in the introspection data.
constructDOMHTMLAppletElementHeight :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #height:=value ]
hspace
No description available in the introspection data.
constructDOMHTMLAppletElementHspace :: IsDOMHTMLAppletElement o => CLong -> IO (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
setdOMHTMLAppletElement [ #hspace:=value ]
name
No description available in the introspection data.
constructDOMHTMLAppletElementName :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #name:=value ]
object
No description available in the introspection data.
constructDOMHTMLAppletElementObject :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #object:=value ]
vspace
No description available in the introspection data.
constructDOMHTMLAppletElementVspace :: IsDOMHTMLAppletElement o => CLong -> IO (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
setdOMHTMLAppletElement [ #vspace:=value ]
width
No description available in the introspection data.
constructDOMHTMLAppletElementWidth :: IsDOMHTMLAppletElement o => Text -> IO (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
setdOMHTMLAppletElement [ #width:=value ]