Package: gdk

Function gdk-setting-get

Lambda List

gdk-setting-get (name gtype)

Arguments

name -- a string with the name of the setting
gtype -- a string with the GType of the setting

Return Value

The value of the setting.

Details

Obtains a desktop-wide setting, such as the double-click time, for the default screen. See the function gdk-screen-setting.

Example

(gdk-setting-get "gtk-double-click-time" "gint") => 400    
 

See also

2021-5-4