| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.CopySurface
Synopsis
- copySurfaceNew :: Size -> IO (Ref CopySurface)
Documentation
copySurfaceNew :: Size -> IO (Ref CopySurface) Source #
Hierarchy
CopySurface
destroy ::RefCopySurface->IO() draw:: (ParentaWidget) =>RefCopySurface->Refa ->Position->IO() setCurrent ::RefCopySurface->IO()
Orphan instances
| impl ~ IO () => Op (SetCurrent ()) CopySurface orig impl Source # | |
Methods runOp :: SetCurrent () -> orig -> Ref CopySurface -> impl Source # | |
| (Parent a Widget, impl ~ (Ref a -> Position -> IO ())) => Op (Draw ()) CopySurface orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) CopySurface orig impl Source # | |