Package: gtk

Function gtk:print-settings-double-with-default

Lambda List

gtk:print-settings-double-with-default (settings key default)

Arguments

settings -- a gtk:print-settings object
key -- a string for a key
default -- a number coerced to a double float for the default value

Return Value

The double float number associated with key, or default.

Details

Returns the double float number represented by the value that is associated with key, or default if the value does not represent a double float number.
 

See also

2026-05-03