X11-xft-0.3.1: Bindings to the Xft, X Free Type interface library, and some Xrender parts
Safe HaskellNone
LanguageHaskell98

Graphics.X11.Xrender

Documentation

peekCUShort :: Ptr a -> CInt -> IO Int Source #

pokeCUShort :: Ptr a -> CInt -> Int -> IO () Source #

peekCShort :: Ptr a -> CInt -> IO Int Source #

pokeCShort :: Ptr a -> CInt -> Int -> IO () Source #

data XRenderColor Source #

Constructors

XRenderColor 

Instances

Instances details
Storable XRenderColor Source # 
Instance details

Defined in Graphics.X11.Xrender

Methods

sizeOf :: XRenderColor -> Int

alignment :: XRenderColor -> Int

peekElemOff :: Ptr XRenderColor -> Int -> IO XRenderColor

pokeElemOff :: Ptr XRenderColor -> Int -> XRenderColor -> IO ()

peekByteOff :: Ptr b -> Int -> IO XRenderColor

pokeByteOff :: Ptr b -> Int -> XRenderColor -> IO ()

peek :: Ptr XRenderColor -> IO XRenderColor

poke :: Ptr XRenderColor -> XRenderColor -> IO ()

data XGlyphInfo Source #

Constructors

XGlyphInfo 

Fields

Instances

Instances details
Storable XGlyphInfo Source # 
Instance details

Defined in Graphics.X11.Xrender

Methods

sizeOf :: XGlyphInfo -> Int

alignment :: XGlyphInfo -> Int

peekElemOff :: Ptr XGlyphInfo -> Int -> IO XGlyphInfo

pokeElemOff :: Ptr XGlyphInfo -> Int -> XGlyphInfo -> IO ()

peekByteOff :: Ptr b -> Int -> IO XGlyphInfo

pokeByteOff :: Ptr b -> Int -> XGlyphInfo -> IO ()

peek :: Ptr XGlyphInfo -> IO XGlyphInfo

poke :: Ptr XGlyphInfo -> XGlyphInfo -> IO ()