| ||||||||
| ||||||||
Description | ||||||||
Xlib image routines | ||||||||
Synopsis | ||||||||
| ||||||||
Documentation | ||||||||
data Image | ||||||||
| ||||||||
createImage :: Display -> Visual -> CInt -> ImageFormat -> CInt -> Ptr CChar -> Dimension -> Dimension -> CInt -> CInt -> IO Image | ||||||||
interface to the X11 library function XCreateImage(). | ||||||||
putImage :: Display -> Drawable -> GC -> Image -> Position -> Position -> Position -> Position -> Dimension -> Dimension -> IO () | ||||||||
interface to the X11 library function XPutImage(). | ||||||||
destroyImage :: Image -> IO () | ||||||||
interface to the X11 library function XDestroyImage(). | ||||||||
Produced by Haddock version 0.8 |