Package: gdk

Function gdk:display-maximal-cursor-size

Lambda List

gdk:display-maximal-cursor-size (display)

Arguments

display -- a gdk:display object

Return Value

width -- an unsigned integer with the maximal cursor width
height -- an unsigned integer with 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

#2023-3-4