Package: gtk

Enum gtk-number-up-layout

Details

Used to determine the layout of pages on a sheet when printing multiple pages per sheet.
(define-g-enum "GtkNubmerUpLayout" gtk-number-up-layout
  (:export t
   :type-initializer "gtk_number_up_layout_get_type")
  (:left-to-right-top-to-bottom 0)
  (:left-to-right-bottom-to-top 1)
  (:right-to-left-bottom-to-top 2)
  (:right-to-left-top-to-bottom 3)
  (:top-to-bottom-left-to-right 4)
  (:top-to-bottom-right-to-left 5)
  (:bottom-to-top-left-to-right 6)
  (:bottom-to-top-right-to-left 7))  
:left-to-right-top-to-bottom
:left-to-right-bottom-to-top
:right-to-left-bottom-to-top
:right-to-left-top-to-bottom
:top-to-bottom-left-to-right
:top-to-bottom-right-to-left
:bottom-to-top-left-to-right
:bottom-to-top-right-to-left
 

See also

2020-4-5