org.gnu.gdk
public class WindowAttr extends MemStruct
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 exist in java-gnome 4.0; look out for
org.gnome.gdk.WindowAttr
.
Constructor Summary | |
---|---|
WindowAttr(Handle handle) | |
WindowAttr() |
Method Summary | |
---|---|
Colormap | getColormap() |
Cursor | getCursor()
Get the cursor used by this WindowAttr.
|
Dimension | getDimension() |
int | getEventMask() |
Point | getPosition() |
String | getTitle() |
Visual | getVisual() |
void | setColormap(Colormap map) |
void | setCursor(Cursor cursor)
Set the cursor used by this WindowAttr.
|
void | setDimension(int width, int height) |
void | setEventMask(int evtMask) |
void | setPosition(int x, int y) |
void | setTitle(String title) |
void | setVisual(Visual visual) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Get the cursor used by this WindowAttr.Use Window to set the Window's cursor.
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Set the cursor used by this WindowAttr.Use Window to set the Window's cursor.