Package: gtk

Function gtk:print-settings-paper-height

Lambda List

gtk:print-settings-paper-height (settings unit)

Syntax

(gtk:print-settings-paper-height settings) => height
(setf (gtk:print-settings-paper-height settings) height)

Arguments

settings -- a gtk:print-settings object
unit -- a gtk:unit unit for the return value
height -- a number coerced to a double float with the paper height

Details

Accessor of the paper height of a print setting, in units of unit. The gtk:print-settings-paper-height function gets the value of "paper-height", converted to unit. The (setf gtk:print-settings-paper-height) function sets the value of "paper-height".
 

See also

2023-2-11