| 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
- rectangleIntReadHeight :: RectangleInt -> IO Int32
- rectangleIntReadWidth :: RectangleInt -> IO Int32
- rectangleIntReadX :: RectangleInt -> IO Int32
- rectangleIntReadY :: RectangleInt -> IO Int32
Exported types
newtype RectangleInt Source
Constructors
| RectangleInt (ForeignPtr RectangleInt) |
Instances
| BoxedObject RectangleInt 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 | |
newZeroRectangleInt :: MonadIO m => m RectangleInt Source
Construct a RectangleInt struct initialized to zero.