| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| 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
- 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, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementAlign :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementAlt :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementAlt :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementArchive :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementArchive :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementCode :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementCode :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementCodeBase :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementCodeBase :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementHeight :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementHeight :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementHspace :: (IsDOMHTMLAppletElement o, MonadIO m) => CLong -> m (GValueConstruct o)
- getDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong
- setDOMHTMLAppletElementHspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m ()
- constructDOMHTMLAppletElementName :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementName :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementObject :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m (Maybe Text)
- setDOMHTMLAppletElementObject :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> Text -> m ()
- constructDOMHTMLAppletElementVspace :: (IsDOMHTMLAppletElement o, MonadIO m) => CLong -> m (GValueConstruct o)
- getDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> m CLong
- setDOMHTMLAppletElementVspace :: (MonadIO m, IsDOMHTMLAppletElement o) => o -> CLong -> m ()
- constructDOMHTMLAppletElementWidth :: (IsDOMHTMLAppletElement o, MonadIO m) => Text -> m (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
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
| (GObject o, IsDescendantOf DOMHTMLAppletElement o) => IsDOMHTMLAppletElement o Source # | |
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
Click to display all available methods, including inherited ones
Methods
addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.
Getters
getAccessKey, getAlign, getAlt, getArchive, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getCode, getCodeBase, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHeight, getHidden, getHspace, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getObject, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getVspace, getWebkitRegionOverset, getWebkitdropzone, getWidth.
Setters
setAccessKey, setAlign, setAlt, setArchive, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setCode, setCodeBase, setContentEditable, setData, setDataFull, setDir, setDraggable, setHeight, setHidden, setHspace, setId, setInnerHtml, setInnerText, setLang, setName, setNodeValue, setObject, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setVspace, setWebkitdropzone, setWidth.
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, 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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #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
setdOMHTMLAppletElement [ #width:=value ]