Package: gtk
Function gtk:page-setup-orientation
Lambda Listgtk:page-setup-orientation (setup) SyntaxArgumentsDetails 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 |
2024-4-30