Package: gdk
Function gdk:cursor-new-from-name
Lambda Listgdk:cursor-new-from-name (name &optional fallback) 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 "wait") => #<GDK:CURSOR {1013383A73}> | See also |
2024-6-30