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 [GdkDisplay] the GdkDisplay for which the cursor will be created
name [character] 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.12.5-3 Index]