|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.WindowPosition
public final class WindowPosition
Request that this Window be placed at a specific location on the screen. Note that this is only a strong suggestion; as ever with window placement issues, it is up to the window manager to actually decide where and how to locate a new Window on the display.
| Field Summary | |
|---|---|
static WindowPosition |
CENTER
The window should be placed at the center of the screen. |
static WindowPosition |
CENTER_ALWAYS
The window should be kept at the center even as it resizes. |
static WindowPosition |
CENTER_ON_PARENT
The window should be kept centered on its ( transient) parent. |
static WindowPosition |
MOUSE
The window should be placed where the mouse pointer is presently. |
static WindowPosition |
NONE
No need to request altered placement. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WindowPosition CENTER
public static final WindowPosition CENTER_ALWAYS
public static final WindowPosition CENTER_ON_PARENT
transient) parent.
public static final WindowPosition MOUSE
public static final WindowPosition NONE
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||