Struct
GmRect
since: 0.0.1
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:
int
X coordindate of the upper, left corner.
y:
int
Y coordindate of the upper, left corner.
width:
int
The width of the rectangle.
height:
int
The height of the rectangle.
Available since: 0.0.1