Package: gdk

Accessor gdk:cursor-hotspot-y

Lambda List

gdk:cursor-hotspot-y (object)

Syntax

(gdk:cursor-hotspot-y object) => hotspot

Arguments

object -- a gdk:cursor object
hotspot -- an integer with the vertical offset of the hotspot or 0 for named cursors

Details

Accessor of the hotspot-y slot of the gdk:cursor class. The gdk:cursor-hotspot-y function returns the vertical offset of the hotspot. The hotspot indicates the pixel that will be directly above the cursor.

Note that named cursors may have a nonzero hotspot, but this function will only return the hotspot position for cursors created with the gdk:cursor-new-from-texture function.
 

See also

2024-6-30