Gravity
Description:
[ CCode ( cprefix = "GDK_GRAVITY_" , type_id = "gdk_gravity_get_type ()" ) ]
public enum Gravity
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.
Content:
Enum values:
- CENTER - the reference point is at the center of
the window.
- EAST - the reference point is at the middle of the
right edge.
- NORTH - the reference point is in the middle of
the top edge.
- NORTH_EAST - the reference point is at the
top right corner.
- NORTH_WEST - the reference point is at the
top left corner.
- SOUTH - the reference point is at the middle of
the lower edge.
- SOUTH_EAST - the reference point is at the
lower right corner.
- SOUTH_WEST - the reference point is at the
lower left corner.
- STATIC - the reference point is at the top left
corner of the window itself, ignoring window manager decorations.
- WEST - the reference point is at the middle of the
left edge.