| 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.WebHitTestResult
Description
No description available in the introspection data.
Synopsis
- newtype WebHitTestResult = WebHitTestResult (ManagedPtr WebHitTestResult)
- class (GObject o, IsDescendantOf WebHitTestResult o) => IsWebHitTestResult o
- toWebHitTestResult :: (MonadIO m, IsWebHitTestResult o) => o -> m WebHitTestResult
- noWebHitTestResult :: Maybe WebHitTestResult
- webHitTestResultGetNode :: (HasCallStack, MonadIO m, IsWebHitTestResult a) => a -> m DOMNode
- constructWebHitTestResultNode :: (IsWebHitTestResult o, IsDOMNode a) => a -> IO (GValueConstruct o)
- getWebHitTestResultNode :: (MonadIO m, IsWebHitTestResult o) => o -> m DOMNode
Exported types
newtype WebHitTestResult Source #
Memory-managed wrapper type.
Constructors
| WebHitTestResult (ManagedPtr WebHitTestResult) |
Instances
| Eq WebHitTestResult Source # | |
Defined in GI.WebKit2WebExtension.Objects.WebHitTestResult Methods (==) :: WebHitTestResult -> WebHitTestResult -> Bool # (/=) :: WebHitTestResult -> WebHitTestResult -> Bool # | |
| IsGValue WebHitTestResult Source # | Convert |
| GObject WebHitTestResult Source # | |
Defined in GI.WebKit2WebExtension.Objects.WebHitTestResult Methods gobjectType :: IO GType # | |
| HasParentTypes WebHitTestResult Source # | |
| type ParentTypes WebHitTestResult Source # | |
class (GObject o, IsDescendantOf WebHitTestResult o) => IsWebHitTestResult o Source #
Type class for types which can be safely cast to WebHitTestResult, for instance with toWebHitTestResult.
Instances
| (GObject o, IsDescendantOf WebHitTestResult o) => IsWebHitTestResult o Source # | |
toWebHitTestResult :: (MonadIO m, IsWebHitTestResult o) => o -> m WebHitTestResult Source #
Cast to WebHitTestResult, for types for which this is known to be safe. For general casts, use castTo.
noWebHitTestResult :: Maybe WebHitTestResult Source #
A convenience alias for Nothing :: Maybe WebHitTestResult.
Methods
Overloaded methods
getNode
webHitTestResultGetNode Source #
Arguments
| :: (HasCallStack, MonadIO m, IsWebHitTestResult a) | |
| => a |
|
| -> m DOMNode | Returns: a |
Get the DOMNode in the coordinates of the Hit Test.
Since: 2.8
Properties
node
The DOMNode
constructWebHitTestResultNode :: (IsWebHitTestResult o, IsDOMNode a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “node” property. This is rarely needed directly, but it is used by new.
getWebHitTestResultNode :: (MonadIO m, IsWebHitTestResult o) => o -> m DOMNode Source #
Get the value of the “node” property.
When overloading is enabled, this is equivalent to
get webHitTestResult #node