org.gnu.gdk
public class WindowAttr extends MemStruct
| 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) |
Use Window to set the Window's cursor.
Use Window to set the Window's cursor.