Enumeration (GI Enum)

Gdk-3.0GdkGravity

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.

Index

Enumeration Members

CENTER: number

the reference point is at the center of the window.

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 window itself, ignoring window manager decorations.

WEST: number

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