¤ changeBackPixel, changeGetBackPixel
Types
changeBackPixel :: ColorName -> K a b -> K a b
changeGetBackPixel :: ColorName -> Cont (K a b) Pixel
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 :: ColorName
- the new backgroung color.
colkernel :: K a b
- a fudget kernel (parameterized by a color id).
See Also
allocNamedColor
changeBackPixmap
ChangeWindowAttributes