¤ shapeK, dynShapeK
Types
shapeK :: (Size -> [DrawCommand]) -> K a b -> K a b
dynShapeK :: [GCAttributes ColorName FontName] ->
(Size -> [DrawCommand]) -> K c d -> K ((Size -> [DrawCommand]) ⊕ c) (b ⊕ d)
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.