Package: gdk
Accessor gdk:surface-cursor
Lambda Listgdk:surface-cursor (object) SyntaxArgumentsDetails The accessor for the cursor slot of the gdk:surface class gets or sets the mouse pointer for a surface. If the return value is nil then there is no custom cursor set on the
specified surface, and it is using the cursor for its parent surface. Note that cursor must be for the same display as surface. Use the gdk:cursor-new-from-name function or the gdk:cursor-new-from-texture function to create the cursor. To make the cursor invisible, use a blank cursor. Passing nil for the cursor argument means that the surface will use the cursor of its parent surface. Most surfaces should use this default. | See also |
2025-09-24