Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Cairo.Utilities.Types
Documentation
newtype CairoRectangleIntT Source #
Constructors
CairoRectangleIntT_ (ForeignPtr CairoRectangleIntT) |
Instances
Show CairoRectangleIntT Source # | |
Defined in Graphics.Cairo.Utilities.Types Methods showsPrec :: Int -> CairoRectangleIntT -> ShowS # show :: CairoRectangleIntT -> String # showList :: [CairoRectangleIntT] -> ShowS # |
pattern CairoRectangleIntT :: CInt -> CInt -> CInt -> CInt -> CairoRectangleIntT Source #
cairoRectangleIntT :: CairoRectangleIntT -> (CInt, CInt, CInt, CInt) Source #
newtype CairoRectangleIntTPrim s Source #
Constructors
CairoRectangleIntTPrim (ForeignPtr CairoRectangleIntT) |
Instances
Show (CairoRectangleIntTPrim s) Source # | |
Defined in Graphics.Cairo.Utilities.Types Methods showsPrec :: Int -> CairoRectangleIntTPrim s -> ShowS # show :: CairoRectangleIntTPrim s -> String # showList :: [CairoRectangleIntTPrim s] -> ShowS # |
cairoRectangleIntTFreeze :: PrimMonad m => CairoRectangleIntTPrim (PrimState m) -> m CairoRectangleIntT Source #
cairoRectangleIntTThaw :: PrimMonad m => CairoRectangleIntT -> m (CairoRectangleIntTPrim (PrimState m)) Source #
cairoRectangleIntTCopy :: PrimMonad m => CairoRectangleIntTPrim (PrimState m) -> m (CairoRectangleIntTPrim (PrimState m)) Source #
cairoRectangleIntTNew :: PrimMonad m => m (CairoRectangleIntTPrim (PrimState m)) Source #