Package: gdk

Function gdk:display-setting

Lambda List

gdk:display-setting (display name gtype)

Arguments

display -- a gdk:display object
name -- a string with the name of the setting
gtype -- a g:type-t type ID with the type of the setting

Return Value

The 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