| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.ImageSurface
Synopsis
- imageSurfaceNew :: Size -> IO (Ref ImageSurface)
- imageSurfaceRescale :: Parent a ImageSurface => Ref a -> IO ()
Documentation
imageSurfaceNew :: Size -> IO (Ref ImageSurface) Source #
imageSurfaceRescale :: Parent a ImageSurface => Ref a -> IO () Source #
Hierarchy
Functions
destroy ::RefImageSurface->IO() draw:: (ParentaWidget) =>RefImageSurface->Refa ->Position->IO() getOffscreen ::RefImageSurface->IO(FlOffscreen) getOrigin ::RefImageSurface->IO(Position) printableRect ::RefImageSurface->IO(EitherUnknownErrorSize) setCurrent ::RefImageSurface->IO() setOrigin ::RefImageSurface->Position->IO()
Orphan instances
| impl ~ IO FlOffscreen => Op (GetOffscreen ()) ImageSurface orig impl Source # | |
Methods runOp :: GetOffscreen () -> orig -> Ref ImageSurface -> impl Source # | |
| impl ~ (Position -> IO ()) => Op (SetOrigin ()) ImageSurface orig impl Source # | |
| impl ~ IO (Either UnknownError Size) => Op (PrintableRect ()) ImageSurface orig impl Source # | |
Methods runOp :: PrintableRect () -> orig -> Ref ImageSurface -> impl Source # | |
| impl ~ IO Position => Op (GetOrigin ()) ImageSurface orig impl Source # | |
| impl ~ IO () => Op (SetCurrent ()) ImageSurface orig impl Source # | |
Methods runOp :: SetCurrent () -> orig -> Ref ImageSurface -> impl Source # | |
| (Parent a Widget, impl ~ (Ref a -> Position -> IO ())) => Op (Draw ()) ImageSurface orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) ImageSurface orig impl Source # | |