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 function gtk-page-setup-orientation gets the page orientation of the page setup object. The function (setf gtk-page-setup-orientation) sets the page orientation. Possible values are :portrait and :landscape. Example(let ((setup (gtk-page-setup-new))) (gtk-page-setup-orientation setup)) => :PORTRAIT | See also |
2021-3-17