createPixmap :: FudgetIO f => Size -> Depth -> (PixmapId -> f hi ho) -> f hi ho
createPixmap size depth kernel
createPixmap
creates a pixmap of the given size and depth in the belonging to
the calling fudget.
size :: Size
depth :: Depth
kernel :: PixmapId -> f hi ho
XCreatePixmap
in the Xlib Programming Manual
.