Struct
AtkRectangle
since: 1.0
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
xX coordinate of the left side of the rectangle.
yY coordinate of the top side of the rectangle.
widthWidth of the rectangle.
heightHeight of the rectangle.
Available since: 1.0