| 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.DOMHTMLDocument
Contents
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLDocument = DOMHTMLDocument (ManagedPtr DOMHTMLDocument)
- class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o
- toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument
- noDOMHTMLDocument :: Maybe DOMHTMLDocument
- dOMHTMLDocumentCaptureEvents :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentClear :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentClose :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentGetAlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetCompatMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetDesignMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetDir :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetEmbeds :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetFgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m CLong
- dOMHTMLDocumentGetLinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetPlugins :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetScripts :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m DOMHTMLCollection
- dOMHTMLDocumentGetVlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m Text
- dOMHTMLDocumentGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m CLong
- dOMHTMLDocumentReleaseEvents :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> m ()
- dOMHTMLDocumentSetAlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetDesignMode :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetDir :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetFgColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetLinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- dOMHTMLDocumentSetVlinkColor :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m ()
- constructDOMHTMLDocumentAlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentBgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentDir :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentFgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong
- constructDOMHTMLDocumentLinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- constructDOMHTMLDocumentVlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o)
- getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text)
- setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m ()
- getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong
Exported types
newtype DOMHTMLDocument Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLDocument (ManagedPtr DOMHTMLDocument) |
Instances
| Eq DOMHTMLDocument Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument Methods (==) :: DOMHTMLDocument -> DOMHTMLDocument -> Bool # (/=) :: DOMHTMLDocument -> DOMHTMLDocument -> Bool # | |
| IsGValue DOMHTMLDocument Source # | Convert |
| GObject DOMHTMLDocument Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLDocument Source # | |
| type ParentTypes DOMHTMLDocument Source # | |
class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source #
Type class for types which can be safely cast to DOMHTMLDocument, for instance with toDOMHTMLDocument.
Instances
| (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source # | |
toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument Source #
Cast to DOMHTMLDocument, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLDocument :: Maybe DOMHTMLDocument Source #
A convenience alias for Nothing :: Maybe DOMHTMLDocument.
Methods
Overloaded methods
captureEvents
dOMHTMLDocumentCaptureEvents Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
clear
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
close
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlinkColor
dOMHTMLDocumentGetAlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getBgColor
dOMHTMLDocumentGetBgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getCompatMode
dOMHTMLDocumentGetCompatMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetCompatMode instead.
No description available in the introspection data.
getDesignMode
dOMHTMLDocumentGetDesignMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetDesignMode instead.
No description available in the introspection data.
getDir
dOMHTMLDocumentGetDir Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getEmbeds
dOMHTMLDocumentGetEmbeds Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetEmbeds instead.
No description available in the introspection data.
getFgColor
dOMHTMLDocumentGetFgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHeight
dOMHTMLDocumentGetHeight Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLinkColor
dOMHTMLDocumentGetLinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getPlugins
dOMHTMLDocumentGetPlugins Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetPlugins instead.
No description available in the introspection data.
getScripts
dOMHTMLDocumentGetScripts Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.14)Use dOMDocumentGetScripts instead.
No description available in the introspection data.
getVlinkColor
dOMHTMLDocumentGetVlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWidth
dOMHTMLDocumentGetWidth Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
releaseEvents
dOMHTMLDocumentReleaseEvents Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlinkColor
dOMHTMLDocumentSetAlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setBgColor
dOMHTMLDocumentSetBgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDesignMode
dOMHTMLDocumentSetDesignMode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.14)Use dOMDocumentSetDesignMode instead.
No description available in the introspection data.
setDir
dOMHTMLDocumentSetDir Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setFgColor
dOMHTMLDocumentSetFgColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLinkColor
dOMHTMLDocumentSetLinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setVlinkColor
dOMHTMLDocumentSetVlinkColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
alinkColor
No description available in the introspection data.
constructDOMHTMLDocumentAlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “alink-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “alink-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #alinkColor
setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “alink-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #alinkColor:=value ]
bgColor
No description available in the introspection data.
constructDOMHTMLDocumentBgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “bg-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “bg-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #bgColor
setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “bg-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #bgColor:=value ]
dir
No description available in the introspection data.
constructDOMHTMLDocumentDir :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “dir” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “dir” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #dir
setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “dir” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #dir:=value ]
fgColor
No description available in the introspection data.
constructDOMHTMLDocumentFgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “fg-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “fg-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #fgColor
setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “fg-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #fgColor:=value ]
height
No description available in the introspection data.
getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #
Get the value of the “height” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #height
linkColor
No description available in the introspection data.
constructDOMHTMLDocumentLinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “link-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “link-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #linkColor
setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “link-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #linkColor:=value ]
vlinkColor
No description available in the introspection data.
constructDOMHTMLDocumentVlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “vlink-color” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
Get the value of the “vlink-color” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #vlinkColor
setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
Set the value of the “vlink-color” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDocument [ #vlinkColor:=value ]
width
No description available in the introspection data.
getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #
Get the value of the “width” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDocument #width