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 with a key
default -- a number with the default value

Return Value

The floating point number associated with key.

Details

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

Floating point numbers are parsed with g_ascii_strtod().
 

See also

2020-4-13