| Value | Meaning |
|---|---|
| NorthWest1 | the reference point is at the top left corner. |
| North2 | the reference point is in the middle of the top edge. |
| NorthEast3 | the reference point is at the top right corner. |
| West4 | the reference point is at the middle of the left edge. |
| Center5 | the reference point is at the center of the window. |
| East6 | the reference point is at the middle of the right edge. |
| SouthWest7 | the reference point is at the lower left corner. |
| South8 | the reference point is at the middle of the lower edge. |
| SouthEast9 | the reference point is at the lower right corner. |
| Static10 | the reference point is at the top left corner of the window itself, ignoring window manager decorations. |
Defines the reference point of a window and the meaning of coordinates passed to gtk.window.Window.move. See gtk.window.Window.move and the "implementation notes" section of the Extended Window Manager Hints
specification for more details.