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 with the name of the cursor or nil if it is not a named cursor

Details

Accessor of the name slot of the gdk:cursor class. The gdk:cursor-name function returns the name of the cursor. If the cursor is not a named cursor, nil will be returned.
 

See also

2024-6-30