Atk.Rectangle

Fields

Name

Type

Access

Description

height

int

r/w

height of the rectangle.

width

int

r/w

width of the rectangle.

x

int

r/w

X coordinate of the left side of the rectangle.

y

int

r/w

Y coordinate of the top side of the rectangle.

Methods

None

Details

class Atk.Rectangle

A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent.