Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
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.
Instances
GObject DOMHTMLEmbedElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement gobjectType :: IO GType # | |
HasParentTypes DOMHTMLEmbedElement Source # | |
type ParentTypes DOMHTMLEmbedElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement type ParentTypes DOMHTMLEmbedElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
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
(GObject o, IsDescendantOf DOMHTMLEmbedElement o) => IsDOMHTMLEmbedElement o Source # | |
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
getAlign
dOMHTMLEmbedElementGetAlign Source #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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
set
dOMHTMLEmbedElement [ #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
set
dOMHTMLEmbedElement [ #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
set
dOMHTMLEmbedElement [ #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
set
dOMHTMLEmbedElement [ #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
set
dOMHTMLEmbedElement [ #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
set
dOMHTMLEmbedElement [ #width:=
value ]