Struct
AtkRectangle
Description [src]
struct AtkRectangle {
gint x;
gint y;
gint width;
gint height;
}
A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent.
Structure members
x
X coordinate of the left side of the rectangle.
y
Y coordinate of the top side of the rectangle.
width
Width of the rectangle.
height
Height of the rectangle.