ยค xcommand, xcommandF, et al

Types

xcommand :: FudgetIO f => XCommand -> f hi ho -> f hi ho
xcommandF :: XCommand -> F i o -> F i o
xcommandK :: XCommand -> K i o -> K i o

Synopsis

xcommand xcommand

Description

xcommand is a general function to call Xlib routines that do not return a result.

Arguments

xcommand :: XCommand
The X command to output.

arg

cont The fudget (or kernel) to continue with after the command has been output.

See Also

Calling Xlib routines with results: xrequest.