Struct
AtkTextRectangle
Description [src]
struct AtkTextRectangle {
gint x;
gint y;
gint width;
gint height;
}
A structure used to store a rectangle used by AtkText.
Structure members
x:gintThe horizontal coordinate of a rectangle.
y:gintThe vertical coordinate of a rectangle.
width:gintThe width of a rectangle.
height:gintThe height of a rectangle.