X11-xft-0.3.4: Bindings to the Xft and some Xrender parts
Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.X11.Xrender

Documentation

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

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

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

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

data XRenderColor #

Constructors

XRenderColor 

Instances

Instances details
Storable XRenderColor # 
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 #

Constructors

XGlyphInfo 

Fields

Instances

Instances details
Storable XGlyphInfo # 
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 ()