| 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.Poppler.Objects.AnnotCircle
Description
- newtype AnnotCircle = AnnotCircle (ManagedPtr AnnotCircle)
- class GObject o => IsAnnotCircle o
- toAnnotCircle :: (MonadIO m, IsAnnotCircle o) => o -> m AnnotCircle
- noAnnotCircle :: Maybe AnnotCircle
- annotCircleGetInteriorColor :: (HasCallStack, MonadIO m, IsAnnotCircle a) => a -> m Color
- annotCircleNew :: (HasCallStack, MonadIO m, IsDocument a) => a -> Rectangle -> m AnnotCircle
- annotCircleSetInteriorColor :: (HasCallStack, MonadIO m, IsAnnotCircle a) => a -> Maybe Color -> m ()
Exported types
newtype AnnotCircle Source #
Constructors
| AnnotCircle (ManagedPtr AnnotCircle) |
class GObject o => IsAnnotCircle o Source #
Instances
toAnnotCircle :: (MonadIO m, IsAnnotCircle o) => o -> m AnnotCircle Source #
Methods
getInteriorColor
annotCircleGetInteriorColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotCircle a) | |
| => a |
|
| -> m Color | Returns: a new allocated |
Retrieves the interior color of popplerAnnot.
Since: 0.26
new
Arguments
| :: (HasCallStack, MonadIO m, IsDocument a) | |
| => a |
|
| -> Rectangle |
|
| -> m AnnotCircle | Returns: a newly created |
Creates a new Circle annotation that will be
located on rect when added to a page. See
pageAddAnnot
Since: 0.26
setInteriorColor
annotCircleSetInteriorColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotCircle a) | |
| => a |
|
| -> Maybe Color | |
| -> m () |
Sets the interior color of popplerAnnot.
Since: 0.26