WindowGravity
Description:
[ CCode ( cprefix = "WNCK_WINDOW_GRAVITY_" , type_id = "wnck_window_gravity_get_type ()" ) ]
[ Version ( since = "2.16" ) ]
public enum WindowGravity
Flag used when changing the geometry of a Window.
This is the gravity point to use as a reference for the new position.
Content:
Enum values:
- CENTER - use the center of the
frame window as gravity point.
- CURRENT - keep the current
gravity point.
- EAST - use the center of the frame
window's right side as gravity point.
- NORTH - use the center of the frame
window's top side as gravity point.
- NORTHEAST - use the right top
corner of the frame window as gravity point.
- NORTHWEST - use the left top
corner of the frame window as gravity point.
- SOUTH - use the center of the frame
window's bottom side as gravity point.
- SOUTHEAST - use the right
bottom corner of the frame window as gravity point.
- SOUTHWEST - use the left bottom
corner of the frame window as gravity point.
- STATIC - use the left top corner
of the client window as gravity point.
- WEST - use the center of the frame
window's left side as gravity point.