Package: gdk
Function gdk:display-setting
Lambda Listgdk:display-setting (display name gtype) ArgumentsReturn ValueThe value of the setting or nil if the setting does not exist. Details
Retrieves a desktop-wide setting such as double-click time for the display. Examples(let ((display (gdk:display-default))) (gdk:display-setting display "gtk-double-click-time" "gint")) => 400 | See also |
2024-1-7