Cursor.this
- this(GdkCursor* gdkCursor)
- this(GdkCursorType cursorType)
- this(Pixmap source, Pixmap mask, Color fg, Color bg, int x, int y)
- this(Display display, Pixbuf pixbuf, int x, int y)
- this(Display display, string name)
- this(Display display, GdkCursorType cursorType)
gdk Cursor Cursor
constructorsfunctionsvariables
Creates a new cursor from the set of builtin cursors for the default display. See gdk_cursor_new_for_display(). To make the cursor invisible, use GDK_BLANK_CURSOR.