A data structure for holding a rectangle. Those coordinates are
relative to the component top-level parent.
gint x;
X coordinate of the left side of the rectangle.
gint y;
Y coordinate of the top side of the rectangle.
gint width;
width of the rectangle.
gint height;
height of the rectangle.
A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent. gint x; X coordinate of the left side of the rectangle. gint y; Y coordinate of the top side of the rectangle. gint width; width of the rectangle. gint height; height of the rectangle.