| 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.DOMClientRectList
Description
No description available in the introspection data.
Synopsis
- newtype DOMClientRectList = DOMClientRectList (ManagedPtr DOMClientRectList)
- class (GObject o, IsDescendantOf DOMClientRectList o) => IsDOMClientRectList o
- toDOMClientRectList :: (MonadIO m, IsDOMClientRectList o) => o -> m DOMClientRectList
- noDOMClientRectList :: Maybe DOMClientRectList
- dOMClientRectListGetLength :: (HasCallStack, MonadIO m, IsDOMClientRectList a) => a -> m CULong
- dOMClientRectListItem :: (HasCallStack, MonadIO m, IsDOMClientRectList a) => a -> CULong -> m DOMClientRect
- getDOMClientRectListLength :: (MonadIO m, IsDOMClientRectList o) => o -> m CULong
Exported types
newtype DOMClientRectList Source #
Memory-managed wrapper type.
Constructors
| DOMClientRectList (ManagedPtr DOMClientRectList) |
Instances
| Eq DOMClientRectList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMClientRectList Methods (==) :: DOMClientRectList -> DOMClientRectList -> Bool # (/=) :: DOMClientRectList -> DOMClientRectList -> Bool # | |
| IsGValue DOMClientRectList Source # | Convert |
| GObject DOMClientRectList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMClientRectList Methods gobjectType :: IO GType # | |
| HasParentTypes DOMClientRectList Source # | |
| type ParentTypes DOMClientRectList Source # | |
class (GObject o, IsDescendantOf DOMClientRectList o) => IsDOMClientRectList o Source #
Type class for types which can be safely cast to DOMClientRectList, for instance with toDOMClientRectList.
Instances
| (GObject o, IsDescendantOf DOMClientRectList o) => IsDOMClientRectList o Source # | |
toDOMClientRectList :: (MonadIO m, IsDOMClientRectList o) => o -> m DOMClientRectList Source #
Cast to DOMClientRectList, for types for which this is known to be safe. For general casts, use castTo.
noDOMClientRectList :: Maybe DOMClientRectList Source #
A convenience alias for Nothing :: Maybe DOMClientRectList.
Methods
Overloaded methods
getLength
dOMClientRectListGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMClientRectList a) | |
| => a |
|
| -> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
Returns the number of DOMClientRect objects that self contains.
Since: 2.18
item
dOMClientRectListItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMClientRectList a) | |
| => a |
|
| -> CULong |
|
| -> m DOMClientRect | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
Returns the DOMClientRect object that self contains at index.
Since: 2.18
Properties
length
No description available in the introspection data.
getDOMClientRectListLength :: (MonadIO m, IsDOMClientRectList o) => o -> m CULong Source #
Get the value of the “length” property.
When overloading is enabled, this is equivalent to
get dOMClientRectList #length