Package: gdk
Accessor gdk:cursor-hotspot-x
Lambda Listgdk:cursor-hotspot-x (object) Syntax(gdk:cursor-hotspot-x object) => hotspot Argumentsobject -- a gdk:cursor object hotspot -- an integer with the horizontal offset of the hotspot or 0 for named cursors Details Accessor of the hotspot-x slot of the gdk:cursor
class. The gdk:cursor-hotspot-x function returns the horizontal 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