Package: gtk

Function gtk-print-settings-bool

Lambda List

gtk-print-settings-bool (settings key)

Syntax

(gtk-print-settings-bool settings key) => value
(setf (gtk-print-settings-bool settings key) value)

Arguments

settings -- a gtk-print-settings object
key -- a string with a key
value -- a boolean

Details

Accessor of the boolean value of a key in a print setting.

The function gtk-print-settings-bool returns the boolean represented by the value that is associated with key. The function (setf gtk-print-settings-bool) sets key to a boolean value.

The string "true" represents true, any other string false.
 

See also

2020-4-12