Package: gdk
Function gdk:display-maximal-cursor-size
Lambda Listgdk:display-maximal-cursor-size (display) ArgumentsReturn Value    width -- an unsigned integer for the maximal cursor width  height -- an unsigned integer for the maximal cursor height Details      Gets the maximal size to use for cursors on the display.   Example(gdk:display-maximal-cursor-size (gdk:display-default)) => 128 => 128  | See also | 
#2025-08-31