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 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.
Instances
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
getLength
dOMClientRectListGetLength Source #
:: (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 #
:: (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