¤ changeBackPixel, changeGetBackPixel
Types
changeBackPixel :: (Show a, ColorGen a) => a -> K b c -> K b c
changeGetBackPixel :: (Show a, ColorGen a) => a -> (Pixel -> K b c) -> K b c
Synopsis
changeBackPixel colorname colkernel
Description
These functions create fudget kernels that change the background color of
their window and then behaves like the argument fudget kernel.
Arguments
colorname :: a
- the new backgroung color.
colkernel :: K b c
- a fudget kernel (parameterized by a color id).
See Also
allocNamedColor
changeBackPixmap
ChangeWindowAttributes