org.gnu.gdk

Class Cursor


public class Cursor
extends Boxed

Constructor Summary

Cursor(CursorType ctype)
Creates a new cursor from the set of builtin cursors.
Cursor(Pixmap source, Pixmap mask, Color fg, Color bg, int x, int y)
Create a new cursor from a pixmap.

Method Summary

Methods inherited from class org.gnu.glib.Boxed

equals, getBoxedFromHandle, hashCode

Constructor Details

Cursor

public Cursor(CursorType ctype)
Creates a new cursor from the set of builtin cursors.


Cursor

public Cursor(Pixmap source,
              Pixmap mask,
              Color fg,
              Color bg,
              int x,
              int y)
Create a new cursor from a pixmap.