Gm.Rect¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
the height of the rectangle |
|
width |
r/w |
the width of the rectangle |
|
x |
r/w |
x coordindate of the upper, left corner |
|
y |
r/w |
y coordindate of the upper, left corner |
Methods¶
None
Details¶
- class Gm.Rect¶
A rectangle.
Similar to GdkRectangle but we don’t want to pull in gtk/gdk.
New in version 0.0.1.