Package: gtk

Function gtk:print-settings-paper-width

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2023-2-11