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:gintX coordinate of the left side of the rectangle.
y:gintY coordinate of the top side of the rectangle.
width:gintWidth of the rectangle.
height:gintHeight of the rectangle.