Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLDocument
Contents
Description
- newtype DOMHTMLDocument = DOMHTMLDocument (ManagedPtr DOMHTMLDocument)
- class GObject 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 #
Constructors
DOMHTMLDocument (ManagedPtr DOMHTMLDocument) |
class GObject o => IsDOMHTMLDocument o Source #
Instances
toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument Source #
Methods
captureEvents
dOMHTMLDocumentCaptureEvents Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m () |
No description available in the introspection data.
clear
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m () |
No description available in the introspection data.
close
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m () |
No description available in the introspection data.
getAlinkColor
dOMHTMLDocumentGetAlinkColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m Text | Returns: A |
No description available in the introspection data.
getBgColor
dOMHTMLDocumentGetBgColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m Text | Returns: A |
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 |
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 |
No description available in the introspection data.
getHeight
dOMHTMLDocumentGetHeight Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m CLong | Returns: A |
No description available in the introspection data.
getLinkColor
dOMHTMLDocumentGetLinkColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m Text | Returns: A |
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 |
No description available in the introspection data.
getWidth
dOMHTMLDocumentGetWidth Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m CLong | Returns: A |
No description available in the introspection data.
releaseEvents
dOMHTMLDocumentReleaseEvents Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> m () |
No description available in the introspection data.
setAlinkColor
dOMHTMLDocumentSetAlinkColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> Text |
|
-> m () |
No description available in the introspection data.
setBgColor
dOMHTMLDocumentSetBgColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> Text |
|
-> m () |
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 () |
No description available in the introspection data.
setFgColor
dOMHTMLDocumentSetFgColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> Text |
|
-> m () |
No description available in the introspection data.
setLinkColor
dOMHTMLDocumentSetLinkColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> Text |
|
-> m () |
No description available in the introspection data.
setVlinkColor
dOMHTMLDocumentSetVlinkColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) | |
=> a |
|
-> Text |
|
-> m () |
No description available in the introspection data.
Properties
alinkColor
constructDOMHTMLDocumentAlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
bgColor
constructDOMHTMLDocumentBgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
dir
constructDOMHTMLDocumentDir :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
fgColor
constructDOMHTMLDocumentFgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
height
getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #
linkColor
constructDOMHTMLDocumentLinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
vlinkColor
constructDOMHTMLDocumentVlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #
setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #
width
getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #