Enumeration (GI Enum)

Gdk-4.0GdkGravity

Defines the reference point of a surface and is used in Gdk.PopupLayout.

Index

Enumeration Members

CENTER: number

the reference point is at the center of the surface.

EAST: number

the reference point is at the middle of the right edge.

NORTH: number

the reference point is in the middle of the top edge.

NORTH_EAST: number

the reference point is at the top right corner.

NORTH_WEST: number

the reference point is at the top left corner.

SOUTH: number

the reference point is at the middle of the lower edge.

SOUTH_EAST: number

the reference point is at the lower right corner.

SOUTH_WEST: number

the reference point is at the lower left corner.

STATIC: number

the reference point is at the top left corner of the surface itself, ignoring window manager decorations.

WEST: number

the reference point is at the middle of the left edge.