gdkCursorNew {RGtk2}R Documentation

gdkCursorNew

Description

Creates a new cursor from the set of builtin cursors for the default display. See gdkCursorNewForDisplay.

Usage

gdkCursorNew(cursor.type)

Arguments

cursor.type [GdkCursorType] cursor to create

Details

To make the cursor invisible, use gdkCursorNewFromPixmap to create a cursor with no pixels in it.

Value

[GdkCursor] a new GdkCursor

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]