Package: gtk

GEnum gtk:number-up-layout

Declaration

(gobject:define-genum "GtkNubmerUpLayout" 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))  

Values

: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

Details

Used to determine the layout of pages on a sheet when printing multiple pages per sheet.
 

See also

2024-2-17