gdkCursorNewForDisplay {RGtk2}R Documentation

gdkCursorNewForDisplay

Description

Creates a new cursor from the set of builtin cursors. Some useful ones are:

Usage

gdkCursorNewForDisplay(display, cursor.type)

Arguments

display [GdkDisplay] the GdkDisplay for which the cursor will be created
cursor.type [GdkCursorType] cursor to create

Details

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

Since 2.2

Value

[GdkCursor] a new GdkCursor

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]