This function draws a frame rectangle of width (width) and height (height) at position (x,y) on the specified drawable using the graphics context gc.
| Type | Name | Description |
|---|---|---|
| GR_DRAW_ID | id | The ID of the drawable to draw the rectangle on. |
| GR_GC_ID | gc | The ID of the graphics context to use when drawing the rectangle. |
| GR_COORD | x | The X coordinate of the rectangle relative to the drawable. |
| GR_COORD | y | The Y coordinate of the rectangle relative to the drawable. |
| GR_SIZE | width | The width of the rectangle in pixels. |
| GR_SIZE | height | The height of the rectangle in pixels. |