Cursor.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gdk.types.CursorType cursorType)

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.

Parameters

cursorTypecursor to create

Returns

a new #GdkCursor

Deprecated