ยค createPixmap

Types

createPixmap :: FudgetIO f => Size -> Depth -> (PixmapId -> f hi ho) -> f hi 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 :: Size
pixmap size.
depth :: Depth
pixmap depth.
kernel :: PixmapId -> f hi ho
a fudget kernel parameterized by a pixmap.

See Also

cmdContK FreePixmap XCreatePixmap in the Xlib Programming Manual .