Module: Wnck::WindowGravity
- Defined in:
- (unknown)
Constant Summary collapse
- CURRENT =
keep the current gravity point.
0 or :current
- NORTHWEST =
use the left top corner of the frame window as gravity point.
1 or :northwest
- NORTH =
use the center of the frame window's top side as gravity point.
2 or :north
- NORTHEAST =
use the right top corner of the frame window as gravity point.
3 or :northeast
- WEST =
use the center of the frame window's left side as gravity point.
4 or :west
- CENTER =
use the center of the frame window as gravity point.
5 or :center
- EAST =
use the center of the frame window's right side as gravity point.
6 or :east
- SOUTHWEST =
use the left bottom corner of the frame window as gravity point.
7 or :southwest
- SOUTH =
use the center of the frame window's bottom side as gravity point.
8 or :south
- SOUTHEAST =
use the right bottom corner of the frame window as gravity point.
9 or :southeast
- STATIC =
use the left top corner of the client window as gravity point.
10 or :static