Enumeration (GI Enum)

Wnck-3.0WnckWindowGravitySince 2.16

Flag used when changing the geometry of a Wnck.Window. This is the gravity point to use as a reference for the new position.

2.16

Index

Enumeration Members

CENTER: number

use the center of the frame window as gravity point.

CURRENT: number

keep the current gravity point.

EAST: number

use the center of the frame window's right side as gravity point.

NORTH: number

use the center of the frame window's top side as gravity point.

NORTHEAST: number

use the right top corner of the frame window as gravity point.

NORTHWEST: number

use the left top corner of the frame window as gravity point.

SOUTH: number

use the center of the frame window's bottom side as gravity point.

SOUTHEAST: number

use the right bottom corner of the frame window as gravity point.

SOUTHWEST: number

use the left bottom corner of the frame window as gravity point.

STATIC: number

use the left top corner of the client window as gravity point.

WEST: number

use the center of the frame window's left side as gravity point.