Package: gdk

Accessor gdk:cursor-name

Lambda List

gdk:cursor-name (object)

Syntax

(gdk:cursor-name object) => name

Arguments

object -- a gdk:cursor object
name -- a string for the name of the cursor or nil if it is not a named cursor

Details

The accessor for the name slot of the gdk:cursor class gets or sets the name of the cursor. If the cursor is not a named cursor, nil will be returned.
 

See also

2025-08-04