Enumeration
Gdk.Gravity
Members
| Name | Description | 
|---|---|
| GDK_GRAVITY_NORTH_WEST | the reference point is at the top left corner. | 
| GDK_GRAVITY_NORTH | the reference point is in the middle of the top edge. | 
| GDK_GRAVITY_NORTH_EAST | the reference point is at the top right corner. | 
| GDK_GRAVITY_WEST | the reference point is at the middle of the left edge. | 
| GDK_GRAVITY_CENTER | the reference point is at the center of the surface. | 
| GDK_GRAVITY_EAST | the reference point is at the middle of the right edge. | 
| GDK_GRAVITY_SOUTH_WEST | the reference point is at the lower left corner. | 
| GDK_GRAVITY_SOUTH | the reference point is at the middle of the lower edge. | 
| GDK_GRAVITY_SOUTH_EAST | the reference point is at the lower right corner. | 
| GDK_GRAVITY_STATIC | the reference point is at the top left corner of the surface itself, ignoring window manager decorations. |