GdkRectangle

Defines the position and size of a rectangle. It is identical to cairo_rectangle_int_t

struct GdkRectangle {
int x;
int y;
int width;
int height;
}