Package: gdk
Function gdk:surface-device-cursor
Lambda Listgdk:surface-device-cursor (surface device) SyntaxArgumentsDetails The gdk:surface-device-cursor function retrieves a gdk:cursor pointer for the device currently set on the specified surface, or nil. 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. The (setf gdk:surface-device-cursor) function sets a specific cursor for a given device when it gets inside surface. Use the gdk:cursor-new-from-name or 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 surface will use the cursor of its parent surface. Most surfaces should use this default. | See also |
#2023-4-8