Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
queryVersion :: Connection -> Word32 -> Word32 -> IO (Receipt QueryVersionReply) Source
createPicture :: Connection -> CreatePicture -> IO () Source
changePicture :: Connection -> PICTURE -> ValueParam Word32 -> IO () Source
freePicture :: Connection -> PICTURE -> IO () Source
composite :: Connection -> Composite -> IO () Source
trapezoids :: Connection -> Trapezoids -> IO () Source
triangles :: Connection -> Triangles -> IO () Source
triStrip :: Connection -> TriStrip -> IO () Source
triFan :: Connection -> TriFan -> IO () Source
createGlyphSet :: Connection -> GLYPHSET -> PICTFORMAT -> IO () Source
referenceGlyphSet :: Connection -> GLYPHSET -> GLYPHSET -> IO () Source
freeGlyphSet :: Connection -> GLYPHSET -> IO () Source
addGlyphs :: Connection -> AddGlyphs -> IO () Source
freeGlyphs :: Connection -> GLYPHSET -> [GLYPH] -> IO () Source
compositeGlyphs8 :: Connection -> CompositeGlyphs8 -> IO () Source
compositeGlyphs16 :: Connection -> CompositeGlyphs16 -> IO () Source
compositeGlyphs32 :: Connection -> CompositeGlyphs32 -> IO () Source
fillRectangles :: Connection -> FillRectangles -> IO () Source
createCursor :: Connection -> CreateCursor -> IO () Source
setPictureTransform :: Connection -> PICTURE -> TRANSFORM -> IO () Source
queryFilters :: Connection -> DRAWABLE -> IO (Receipt QueryFiltersReply) Source
setPictureFilter :: Connection -> SetPictureFilter -> IO () Source
createAnimCursor :: Connection -> CURSOR -> [ANIMCURSORELT] -> IO () Source
addTraps :: Connection -> AddTraps -> IO () Source
createSolidFill :: Connection -> PICTURE -> COLOR -> IO () Source
createLinearGradient :: Connection -> CreateLinearGradient -> IO () Source
createRadialGradient :: Connection -> CreateRadialGradient -> IO () Source
createConicalGradient :: Connection -> CreateConicalGradient -> IO () Source
data PICTVISUAL Source
MkCOLOR | |
|
MkPOINTFIX | |
|
data QueryPictFormatsReply Source
data ChangePicture Source
data FreePicture Source
MkTriFan | |
|
data CreateGlyphSet Source
data ReferenceGlyphSet Source
data FreeGlyphSet Source
data FreeGlyphs Source
data QueryFilters Source
data ANIMCURSORELT Source
data CreateAnimCursor Source
data CreateSolidFill Source
data CreateRadialGradient Source