¤ FixedDrawing

Types

data FixedDrawing = FD Size [DrawCommand]
instance Graphic FixedDrawing

Description

This type allows you to construct drawings of fixed size, using the drawing commands of Xlib library. The drawing commands should draw only within the rectangle of the size indicated, starting at the origin.

Values of this type are more useful as part of Drawings than by themselves.

See Also

class Graphic. Type Drawing, FlexibleDrawing, DrawCommand.

Bugs

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.