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: gint

The horizontal coordinate of a rectangle.

y: gint

The vertical coordinate of a rectangle.

width: gint

The width of a rectangle.

height: gint

The height of a rectangle.