Gm.Rect

Fields

Name

Type

Access

Description

height

int

r/w

the height of the rectangle

width

int

r/w

the width of the rectangle

x

int

r/w

x coordindate of the upper, left corner

y

int

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.