AtkTextRectangle

A structure used to store a rectangle used by AtkText.

struct AtkTextRectangle {}

Members

Variables

height
int height;

The height of a rectangle

width
int width;

The width of a rectangle

x
int x;

The horizontal coordinate of a rectangle

y
int y;

The vertical coordinate of a rectangle