AtkTextRectangle

A structure used to store a rectangle used by AtkText. gint x; The horizontal coordinate of a rectangle gint y; The vertical coordinate of a rectangle gint width; The width of a rectangle gint height; The height of a rectangle

struct AtkTextRectangle {}

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