org.gnu.gtk
public class WindowPosition extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may in the future have an equivalent in
java-gnome 4.0, try looking for
org.gnome.gtk.WindowPosition
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
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) |
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Keep windows centered as it changes size. This will move the window if it is applied to a visible window.