GdkRectangle

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

struct GdkRectangle {}

Members

Variables

height
int height;
width
int width;
x
int x;
y
int y;