| 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.DOMHTMLEmbedElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLEmbedElement = DOMHTMLEmbedElement (ManagedPtr DOMHTMLEmbedElement)
- class (GObject o, IsDescendantOf DOMHTMLEmbedElement o) => IsDOMHTMLEmbedElement o
- toDOMHTMLEmbedElement :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m DOMHTMLEmbedElement
- noDOMHTMLEmbedElement :: Maybe DOMHTMLEmbedElement
- dOMHTMLEmbedElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m Text
- dOMHTMLEmbedElementGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m CLong
- dOMHTMLEmbedElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m Text
- dOMHTMLEmbedElementGetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m Text
- dOMHTMLEmbedElementGetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m Text
- dOMHTMLEmbedElementGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> m CLong
- dOMHTMLEmbedElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> Text -> m ()
- dOMHTMLEmbedElementSetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> CLong -> m ()
- dOMHTMLEmbedElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> Text -> m ()
- dOMHTMLEmbedElementSetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> Text -> m ()
- dOMHTMLEmbedElementSetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> Text -> m ()
- dOMHTMLEmbedElementSetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) => a -> CLong -> m ()
- constructDOMHTMLEmbedElementAlign :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text)
- setDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m ()
- constructDOMHTMLEmbedElementHeight :: IsDOMHTMLEmbedElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong
- setDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m ()
- constructDOMHTMLEmbedElementName :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text)
- setDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m ()
- constructDOMHTMLEmbedElementSrc :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text)
- setDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m ()
- clearDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m ()
- constructDOMHTMLEmbedElementType :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text)
- setDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m ()
- constructDOMHTMLEmbedElementWidth :: IsDOMHTMLEmbedElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong
- setDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m ()
Exported types
newtype DOMHTMLEmbedElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLEmbedElement (ManagedPtr DOMHTMLEmbedElement) |
Instances
| Eq DOMHTMLEmbedElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement Methods (==) :: DOMHTMLEmbedElement -> DOMHTMLEmbedElement -> Bool # (/=) :: DOMHTMLEmbedElement -> DOMHTMLEmbedElement -> Bool # | |
| IsGValue DOMHTMLEmbedElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement Methods toGValue :: DOMHTMLEmbedElement -> IO GValue # fromGValue :: GValue -> IO DOMHTMLEmbedElement # | |
| GObject DOMHTMLEmbedElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLEmbedElement Source # | |
| type ParentTypes DOMHTMLEmbedElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLEmbedElement o) => IsDOMHTMLEmbedElement o Source #
Type class for types which can be safely cast to DOMHTMLEmbedElement, for instance with toDOMHTMLEmbedElement.
Instances
toDOMHTMLEmbedElement :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m DOMHTMLEmbedElement Source #
Cast to DOMHTMLEmbedElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLEmbedElement :: Maybe DOMHTMLEmbedElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLEmbedElement.
Methods
Overloaded methods
getAlign
dOMHTMLEmbedElementGetAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHeight
dOMHTMLEmbedElementGetHeight Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getName
dOMHTMLEmbedElementGetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSrc
dOMHTMLEmbedElementGetSrc Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getTypeAttr
dOMHTMLEmbedElementGetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWidth
dOMHTMLEmbedElementGetWidth Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlign
dOMHTMLEmbedElementSetAlign Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setHeight
dOMHTMLEmbedElementSetHeight Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> CLong |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setName
dOMHTMLEmbedElementSetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setSrc
dOMHTMLEmbedElementSetSrc Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setTypeAttr
dOMHTMLEmbedElementSetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setWidth
dOMHTMLEmbedElementSetWidth Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLEmbedElement a) | |
| => a |
|
| -> CLong |
|
| -> 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.
constructDOMHTMLEmbedElementAlign :: IsDOMHTMLEmbedElement 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.
getDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #
Get the value of the “align” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #align
setDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #
Set the value of the “align” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #align:=value ]
height
No description available in the introspection data.
constructDOMHTMLEmbedElementHeight :: IsDOMHTMLEmbedElement o => CLong -> 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.
getDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #
Get the value of the “height” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #height
setDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #
Set the value of the “height” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #height:=value ]
name
No description available in the introspection data.
constructDOMHTMLEmbedElementName :: IsDOMHTMLEmbedElement 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.
getDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #
Get the value of the “name” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #name
setDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #
Set the value of the “name” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #name:=value ]
src
No description available in the introspection data.
constructDOMHTMLEmbedElementSrc :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “src” property. This is rarely needed directly, but it is used by new.
getDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #
Get the value of the “src” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #src
setDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #
Set the value of the “src” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #src:=value ]
type
No description available in the introspection data.
clearDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m () Source #
Set the value of the “type” property to Nothing.
When overloading is enabled, this is equivalent to
clear #type
constructDOMHTMLEmbedElementType :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.
getDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #
Get the value of the “type” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #type
setDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #
Set the value of the “type” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #type:=value ]
width
No description available in the introspection data.
constructDOMHTMLEmbedElementWidth :: IsDOMHTMLEmbedElement o => CLong -> 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.
getDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #
Get the value of the “width” property.
When overloading is enabled, this is equivalent to
get dOMHTMLEmbedElement #width
setDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #
Set the value of the “width” property.
When overloading is enabled, this is equivalent to
setdOMHTMLEmbedElement [ #width:=value ]