Defines the reference point of a window and the meaning of coordinates
passed to gtk_window_move(). See gtk_window_move() and the "implementation
notes" section of the
Extended
Window Manager Hints specification for more details.
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 window.
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
window itself, ignoring window manager decorations.
Defines the reference point of a window and the meaning of coordinates passed to gtk_window_move(). See gtk_window_move() and the "implementation notes" section of the Extended Window Manager Hints specification for more details. 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 window. 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 window itself, ignoring window manager decorations.