GdkRectangle

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

struct GdkRectangle {}

Members

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta