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)
shapeK shape
shapeK
is used to created shaped windows.
shape :: Size -> [DrawCommand]