| 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.Cairo.Structs.RectangleInt
Description
- newtype RectangleInt = RectangleInt (ForeignPtr RectangleInt)
- newZeroRectangleInt :: MonadIO m => m RectangleInt
- noRectangleInt :: Maybe RectangleInt
- getRectangleIntHeight :: MonadIO m => RectangleInt -> m Int32
- rectangleIntHeight :: AttrLabelProxy "height"
- setRectangleIntHeight :: MonadIO m => RectangleInt -> Int32 -> m ()
- getRectangleIntWidth :: MonadIO m => RectangleInt -> m Int32
- rectangleIntWidth :: AttrLabelProxy "width"
- setRectangleIntWidth :: MonadIO m => RectangleInt -> Int32 -> m ()
- getRectangleIntX :: MonadIO m => RectangleInt -> m Int32
- rectangleIntX :: AttrLabelProxy "x"
- setRectangleIntX :: MonadIO m => RectangleInt -> Int32 -> m ()
- getRectangleIntY :: MonadIO m => RectangleInt -> m Int32
- rectangleIntY :: AttrLabelProxy "y"
- setRectangleIntY :: MonadIO m => RectangleInt -> Int32 -> m ()
Exported types
newtype RectangleInt Source #
Constructors
| RectangleInt (ForeignPtr RectangleInt) |
Instances
| BoxedObject RectangleInt Source # | |
| (~) AttrOpTag tag AttrSet => Constructible RectangleInt tag Source # | |
| ((~) * info (ResolveRectangleIntMethod t RectangleInt), MethodInfo * info RectangleInt p) => IsLabel t (RectangleInt -> p) Source # | |
| ((~) * info (ResolveRectangleIntMethod t RectangleInt), MethodInfo * info RectangleInt p) => IsLabelProxy t (RectangleInt -> p) Source # | |
| HasAttributeList * RectangleInt Source # | |
| type AttributeList RectangleInt Source # | |
newZeroRectangleInt :: MonadIO m => m RectangleInt Source #
Construct a RectangleInt struct initialized to zero.
Properties
Height
getRectangleIntHeight :: MonadIO m => RectangleInt -> m Int32 Source #
rectangleIntHeight :: AttrLabelProxy "height" Source #
setRectangleIntHeight :: MonadIO m => RectangleInt -> Int32 -> m () Source #
Width
getRectangleIntWidth :: MonadIO m => RectangleInt -> m Int32 Source #
rectangleIntWidth :: AttrLabelProxy "width" Source #
setRectangleIntWidth :: MonadIO m => RectangleInt -> Int32 -> m () Source #
X
getRectangleIntX :: MonadIO m => RectangleInt -> m Int32 Source #
rectangleIntX :: AttrLabelProxy "x" Source #
setRectangleIntX :: MonadIO m => RectangleInt -> Int32 -> m () Source #
Y
getRectangleIntY :: MonadIO m => RectangleInt -> m Int32 Source #
rectangleIntY :: AttrLabelProxy "y" Source #
setRectangleIntY :: MonadIO m => RectangleInt -> Int32 -> m () Source #