data DrawCommand = DrawLine Line | DrawImageString Point String | DrawString Point String | DrawRectangle Rect | FillRectangle Rect | FillPolygon Shape CoordMode [Point] | DrawArc Rect Int Int | FillArc Rect Int Int | CopyArea Drawable Rect Point | CopyPlane Drawable Rect Point Int | DrawPoint Point | CreatePutImage Rect ImageFormat [Pixel] | DrawImageStringPS Point PackedString | DrawStringPS Point PackedString instance Eq DrawCommand instance Ord DrawCommand instance Show DrawCommand
DrawCommand
contains constructors for various drawing commands available
in the Xlib library. Not all drawing commands implemented.