Package: gdk
Function gdk-cursor-new-from-name
Lambda Listgdk-cursor-new-from-name (display name) ArgumentsReturn ValueDetails Creates a new cursor by looking up name in the current cursor theme.
A recommended set of cursor names that will work across different platforms
can be found in the CSS specification:
Examples(gdk-cursor-new-from-name (gdk-display-default) "wait") => #<GDK-X11-CURSOR {1001AFE123}> (gdk-cursor-new-from-name (gdk-display-default) "unknown") => NIL | See also |
*2021-12-11