ยค createPixmap

Types

createPixmap :: FudgetIO f => Point -> Int -> (PixmapId -> f b ho) -> f b ho

Synopsis

createPixmap size depth kernel

Description

createPixmap creates a pixmap of the given size and depth in the belonging to the calling fudget.

Arguments

size :: Point
pixmap size.
depth :: Int
pixmap depth.
kernel :: PixmapId -> f b ho
a fudget kernel parameterized by a pixmap.

See Also

cmdContK FreePixmap XCreatePixmap in the Xlib Programming Manual .