set-window-cursor!

Name

set-window-cursor! -- Set the default cursor for WIN to CURSOR.

Synopsis

(set-window-cursor! win cursor)

Description

Set the default cursor for win to cursor. If cursor is #f, this undefines the cursor for win and makes that window use its parent window's cursor. See get-x-cursor, and create-pixmap-cursor for ways to create cursor objects.

Implementation Notes

Module: Built-in Primitive

Defined in src/cursor.c at line 222 (CVS log)