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

The horizontal coordinate of a rectangle.

y

The vertical coordinate of a rectangle.

width

The width of a rectangle.

height

The height of a rectangle.