AtkRectangle

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.

struct AtkRectangle {}

Members

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta