org.gnu.gtk
public class WindowPosition extends Enum
| Field Summary | |
|---|---|
| static WindowPosition | CENTER Windows should be placed in the center of the screen. |
| static WindowPosition | CENTER_ALWAYS
Keep windows centered as it changes size. |
| static WindowPosition | CENTER_ON_PARENT Center the window on its transient parent. |
| static WindowPosition | MOUSE Windows should be placed at the current mouse position. |
| static WindowPosition | NONE No influence is made on placement. |
| Method Summary | |
|---|---|
| WindowPosition | and(WindowPosition other) |
| static WindowPosition | intern(int value) |
| WindowPosition | or(WindowPosition other) |
| boolean | test(WindowPosition other) |
| WindowPosition | xor(WindowPosition other) |