data FixedDrawing = FixD Size [DrawCommand] instance Graphic FixedDrawing instance Show FixedDrawing
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.