Constructor

GdkCursornew

deprecated: 3.16 

Declaration [src]

GdkCursor*
gdk_cursor_new (
  GdkCursorType cursor_type
)

Description [src]

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.

Deprecated since: 3.16

Use gdk_cursor_new_for_display() instead.

Parameters

cursor_type

Type: GdkCursorType

Cursor to create.

Return value

Type: GdkCursor

A new GdkCursor.

The caller of the function takes ownership of the data, and is responsible for freeing it.