Cursor.this

Creates a new cursor from the set of builtin cursors for the default display. See gdk.cursor.Cursor.newForDisplay.

To make the cursor invisible, use gdk.types.CursorType.BlankCursor.

More...
  1. this(void* ptr, Flag!"Take" take)
  2. this(gdk.types.CursorType cursorType)

Parameters

cursorType gdk.types.CursorType

cursor to create

Return Value

a new #GdkCursor

Detailed Description

Deprecated: Use gdk.cursor.Cursor.newForDisplay instead.