draw_rectangle/[5,6]
     draw_rectangle(+Drawable, +X, +Y, +Width, +Height)
     draw_rectangle(+Drawable, +Gc, +X, +Y, +Width, +Height)
     

Draw a rectangle in Drawable. The upper left corner of the rectangle is at X, Y, and its size is Width x Height.