Struct
GmRect
Description [src]
struct GmRect {
int x;
int y;
int width;
int height;
}
A rectangle.
Similar to GdkRectangle but we don’t want to pull in gtk/gdk.
Structure members
x
X coordindate of the upper, left corner.
y
Y coordindate of the upper, left corner.
width
The width of the rectangle.
height
The height of the rectangle.