| ||||||||
| ||||||||
Description | ||||||||
Base class for surfaces. | ||||||||
Documentation | ||||||||
surfaceCreateSimilar :: Surface -> Content -> Int -> Int -> IO Surface | ||||||||
surfaceDestroy :: Surface -> IO () | ||||||||
surfaceFinish :: Surface -> IO () | ||||||||
surfaceFlush :: Surface -> IO () | ||||||||
surfaceGetFontOptions :: Surface -> FontOptions -> IO () | ||||||||
surfaceGetContent :: Surface -> IO Content | ||||||||
surfaceMarkDirty :: Surface -> IO () | ||||||||
surfaceMarkDirtyRectangle :: Surface -> Int -> Int -> Int -> Int -> IO () | ||||||||
surfaceReference :: Surface -> IO () | ||||||||
surfaceSetDeviceOffset :: Surface -> Double -> Double -> IO () | ||||||||
surfaceStatus :: Surface -> IO Status | ||||||||
surfaceCreateSimilar'_ :: Ptr Surface -> CInt -> CInt -> CInt -> IO (Ptr Surface) | ||||||||
surfaceDestroy'_ :: Ptr Surface -> IO () | ||||||||
surfaceFinish'_ :: Ptr Surface -> IO () | ||||||||
surfaceFlush'_ :: Ptr Surface -> IO () | ||||||||
surfaceGetFontOptions'_ :: Ptr Surface -> Ptr FontOptions -> IO () | ||||||||
surfaceGetContent'_ :: Ptr Surface -> IO CInt | ||||||||
surfaceMarkDirty'_ :: Ptr Surface -> IO () | ||||||||
surfaceMarkDirtyRectangle'_ :: Ptr Surface -> CInt -> CInt -> CInt -> CInt -> IO () | ||||||||
surfaceReference'_ :: Ptr Surface -> IO (Ptr Surface) | ||||||||
surfaceSetDeviceOffset'_ :: Ptr Surface -> CDouble -> CDouble -> IO () | ||||||||
surfaceStatus'_ :: Ptr Surface -> IO CInt | ||||||||
Produced by Haddock version 2.6.0 |