¤ shapeK, dynShapeK
Types
shapeK :: (Size -> [DrawCommand]) -> K a b -> K a b
dynShapeK :: [GCAttributes ColorName FontName] -> (Size -> [DrawCommand]) -> K a b -> K (Either (Size -> [DrawCommand]) a) (Either c b)
Synopsis
shapeK shape
Description
shapeK is used to created shaped windows.
Arguments
shape :: Size -> [DrawCommand]- a function that given the size of the window generates
the drawing commmands that defines the shape.
See Also
XShapeCombineMask in the Xlib Programming Manual
.
Bugs
Incomlete documentation.