| 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.Gsk.Objects.RoundedClipNode
Description
No description available in the introspection data.
Synopsis
- newtype RoundedClipNode = RoundedClipNode (ManagedPtr RoundedClipNode)
- class (BoxedPtr o, TypedObject o, IsDescendantOf RoundedClipNode o) => IsRoundedClipNode o
- toRoundedClipNode :: (MonadIO m, IsRoundedClipNode o) => o -> m RoundedClipNode
- roundedClipNodeGetChild :: (HasCallStack, MonadIO m, IsRoundedClipNode a) => a -> m RenderNode
- roundedClipNodeNew :: (HasCallStack, MonadIO m, IsRenderNode a) => a -> RoundedRect -> m RoundedClipNode
- roundedClipNodePeekClip :: (HasCallStack, MonadIO m, IsRoundedClipNode a) => a -> m RoundedRect
Exported types
newtype RoundedClipNode Source #
Memory-managed wrapper type.
Constructors
| RoundedClipNode (ManagedPtr RoundedClipNode) |
Instances
| Eq RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode Methods (==) :: RoundedClipNode -> RoundedClipNode -> Bool # (/=) :: RoundedClipNode -> RoundedClipNode -> Bool # | |
| ManagedPtrNewtype RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode Methods toManagedPtr :: RoundedClipNode -> ManagedPtr RoundedClipNode # | |
| BoxedPtr RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode Methods boxedPtrCopy :: RoundedClipNode -> IO RoundedClipNode # boxedPtrFree :: RoundedClipNode -> IO () # | |
| TypedObject RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode | |
| HasParentTypes RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode | |
| type ParentTypes RoundedClipNode Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode | |
class (BoxedPtr o, TypedObject o, IsDescendantOf RoundedClipNode o) => IsRoundedClipNode o Source #
Type class for types which can be safely cast to RoundedClipNode, for instance with toRoundedClipNode.
Instances
| (BoxedPtr o, TypedObject o, IsDescendantOf RoundedClipNode o) => IsRoundedClipNode o Source # | |
Defined in GI.Gsk.Objects.RoundedClipNode | |
toRoundedClipNode :: (MonadIO m, IsRoundedClipNode o) => o -> m RoundedClipNode Source #
Cast to RoundedClipNode, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded methods
getChild
roundedClipNodeGetChild Source #
Arguments
| :: (HasCallStack, MonadIO m, IsRoundedClipNode a) | |
| => a |
|
| -> m RenderNode | Returns: The child that is getting clipped |
Gets the child node that is getting clipped by the given node.
new
Arguments
| :: (HasCallStack, MonadIO m, IsRenderNode a) | |
| => a |
|
| -> RoundedRect |
|
| -> m RoundedClipNode | Returns: A new |
Creates a RenderNode that will clip the child to the area
given by clip.
peekClip
roundedClipNodePeekClip Source #
Arguments
| :: (HasCallStack, MonadIO m, IsRoundedClipNode a) | |
| => a |
|
| -> m RoundedRect | Returns: a rounded rectangle |
Retrievs the rounded rectangle used to clip the contents of the node.