| ||||
| ||||
| Documentation | ||||
| newtype XftFont | ||||
| ||||
| newtype XftDraw | ||||
| ||||
| newtype XftColor | ||||
| ||||
| cXftColorAllocName :: Display -> Visual -> Colormap -> CString -> XftColor -> IO Int32 | ||||
| allocaXftColor :: (Ptr XftColor -> IO a) -> IO a | ||||
| withXftColorName :: Display -> Visual -> Colormap -> String -> (XftColor -> IO a) -> IO a | ||||
| cXftColorAllocValue :: Display -> Visual -> Colormap -> Ptr XRenderColor -> XftColor -> IO Int32 | ||||
| withXftColorValue :: Display -> Visual -> Colormap -> XRenderColor -> (XftColor -> IO a) -> IO a | ||||
| cXftColorFree :: Display -> Visual -> Colormap -> XftColor -> IO () | ||||
| xftDrawCreate :: Display -> Drawable -> Visual -> Colormap -> IO XftDraw | ||||
| xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDraw | ||||
| cXftDrawCreateAlpha :: Display -> Pixmap -> CInt -> IO XftDraw | ||||
| cXftDrawChange :: XftDraw -> Drawable -> IO () | ||||
| xftDrawDisplay :: XftDraw -> IO Display | ||||
| xftDrawDrawable :: XftDraw -> IO Drawable | ||||
| xftDrawColormap :: XftDraw -> IO Colormap | ||||
| xftDrawVisual :: XftDraw -> IO Visual | ||||
| xftDrawDestroy :: XftDraw -> IO () | ||||
| cXftDrawGlyphs :: XftDraw -> XftColor -> XftFont -> CInt -> CInt -> Ptr Word32 -> CInt -> IO () | ||||
| cXftDrawStringUtf8 :: XftDraw -> XftColor -> XftFont -> CInt -> CInt -> Ptr Word8 -> CInt -> IO () | ||||
| cXftDrawRect :: XftDraw -> XftColor -> CInt -> CInt -> CUInt -> CUInt -> IO () | ||||
| xftDrawSetSubwindowMode :: XftDraw -> CInt -> IO () | ||||
| cXftTextExtentsUtf8 :: Display -> XftFont -> CString -> CInt -> Ptr XGlyphInfo -> IO () | ||||
| xftTextExtents :: Display -> XftFont -> String -> IO XGlyphInfo | ||||
| cXftFontOpen :: Display -> CInt -> CString -> IO XftFont | ||||
| xftFontClose :: Display -> XftFont -> IO () | ||||
| Produced by Haddock version 0.8 |