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:
gint
X coordinate of the left side of the rectangle.
y:
gint
Y coordinate of the top side of the rectangle.
width:
gint
Width of the rectangle.
height:
gint
Height of the rectangle.