Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
gdkCursorNew: 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
Value
[
GdkCursor
] a new
GdkCursor
Details
To make the cursor invisible, use
gdkCursorNewFromPixmap
to create a cursor with no pixels in it.