Package: gtk

Function gtk:print-settings-orientation

Lambda List

gtk:print-settings-orientation (settings)

Syntax

(gtk:print-settings-orientation settings) => orientation
(setf (gtk:print-settings-orientation settings) orientation)

Arguments

settings -- a gtk:print-settings object
orientation -- a gtk:page-orientation value with the page orientation

Details

The gtk:print-settings-orientation function gets the value of the "orientation" setting, converted to a gtk:page-orientation value. The (setf gtk:print-settings-orientation) function sets the value of the "orientation" setting.
 

See also

#2024-2-18