Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
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 | |
Fields
|
Instances
Storable XRenderColor # | |
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
Storable XGlyphInfo # | |
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 () |
data XRenderDirectFormat #
Constructors
XRenderDirectFormat | |
Fields
|
Instances
Storable XRenderDirectFormat # | |
Defined in Graphics.X11.Xrender Methods sizeOf :: XRenderDirectFormat -> Int alignment :: XRenderDirectFormat -> Int peekElemOff :: Ptr XRenderDirectFormat -> Int -> IO XRenderDirectFormat pokeElemOff :: Ptr XRenderDirectFormat -> Int -> XRenderDirectFormat -> IO () peekByteOff :: Ptr b -> Int -> IO XRenderDirectFormat pokeByteOff :: Ptr b -> Int -> XRenderDirectFormat -> IO () peek :: Ptr XRenderDirectFormat -> IO XRenderDirectFormat poke :: Ptr XRenderDirectFormat -> XRenderDirectFormat -> IO () |