¤ createFontCursor
Types
createFontCursor :: Int -> Cont (K a b) CursorId
Synopsis
createFontCursor shape kernel
Description
createFontCursor
creates a cursor from the set of standard cursor shapes contained in
the special cursor font.
Arguments
shape :: Int
- a cursor shape id from the standard cursor font.
kernel :: ??
- a fudget kernel parameterized by a cursor id.
See Also
setFontCursor,
xrequestK,
XCreateFontCursor in the Xlib Reference Manual
.