Atk.Rectangle¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
height of the rectangle. |
|
width |
r/w |
width of the rectangle. |
|
x |
r/w |
X coordinate of the left side of the rectangle. |
|
y |
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.