Gravity
  
  Description:
  [ CCode ( cprefix = "GDK_GRAVITY_" ,  type_id = "gdk_gravity_get_type ()" ) ]
public enum Gravity
  
  
    Defines the reference point of a surface and is used in `GdkPopupLayout`.
   
  
  
  Content:
  Enum values:
  
    - CENTER - the reference point is at the center of
         the surface.
 
    - 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  surface itself, ignoring window manager decorations.
 
    - WEST - the reference point is at the middle of the
         left edge.