Package: gtk

Function gtk:print-settings-paper-height

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

#2024-2-18