gdkCursorNew: gdkCursorNew

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkCursorNew(cursor.type)

Arguments

cursor.type

cursor to create

Details

To make the cursor invisible, use GDK_BLANK_CURSOR.

Value

[GdkCursor] a new GdkCursor

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkCursorNew in RGtk2...