Package: gtk
Function gtk:page-setup-orientation
Lambda Listgtk:page-setup-orientation (setup) SyntaxArgumentsDetails
Accessor for the page orientation of a page setup object. The gtk:page-setup-orientation function gets the page orientation of the page setup object. The (setf gtk:page-setup-orientation) function sets
the page orientation. Possible values are :portrait and :landscape. Examples(let ((setup (gtk:page-setup-new))) (gtk:page-setup-orientation setup)) => :PORTRAIT | See also |
#2023-3-21