gdkCursorNewFromName {RGtk2}R Documentation

gdkCursorNewFromName

Description

Creates a new cursor by looking up name in the current cursor theme.

Usage

gdkCursorNewFromName(display, name)

Arguments

display

the GdkDisplay for which the cursor will be created

name

the name of the cursor

Details

Since 2.8

Value

[GdkCursor] a new GdkCursor, or NULL if there is no cursor with the given name

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]