Package: gtk

Enum gtk-print-pages

Details

See the functions gtk-print-job-pages and gtk-print-settings-print-pages.
(define-g-enum "GtkPrintPages" gtk-print-pages
  (:export t
   :type-initializer "gtk_print_pages_get_type")
  (:all 0)
  (:current 1)
  (:ranges 2)
  (:selection 3))  
:all
All pages.
:current
Current page.
:ranges
Range of pages.
:selection
Selected pages.
 

See also

2020-4-5