|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WindowPosition | |
org.gnu.gtk |
Uses of WindowPosition in org.gnu.gtk |
Fields in org.gnu.gtk declared as WindowPosition | |
static WindowPosition |
WindowPosition.NONE
No influence is made on placement. |
static WindowPosition |
WindowPosition.CENTER
Windows should be placed in the center of the screen. |
static WindowPosition |
WindowPosition.MOUSE
Windows should be placed at the current mouse position. |
static WindowPosition |
WindowPosition.CENTER_ALWAYS
Keep windows centered as it changes size. |
static WindowPosition |
WindowPosition.CENTER_ON_PARENT
Center the window on its transient parent. |
Methods in org.gnu.gtk that return WindowPosition | |
static WindowPosition |
WindowPosition.intern(int value)
|
WindowPosition |
WindowPosition.or(WindowPosition other)
|
WindowPosition |
WindowPosition.and(WindowPosition other)
|
WindowPosition |
WindowPosition.xor(WindowPosition other)
|
Methods in org.gnu.gtk with parameters of type WindowPosition | |
WindowPosition |
WindowPosition.or(WindowPosition other)
|
WindowPosition |
WindowPosition.and(WindowPosition other)
|
WindowPosition |
WindowPosition.xor(WindowPosition other)
|
boolean |
WindowPosition.test(WindowPosition other)
|
void |
Window.setPosition(WindowPosition position)
Sets a position constraint for this window. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |