Package: gtk
GFlags gtk:print-capabilities
Declaration(gobject:define-gflags "GtkPrintCapabilities" print-capabilities (:export t :type-initializer "gtk_print_capabilities_get_type") (:page-set #.(ash 1 0)) (:copies #.(ash 1 1)) (:collate #.(ash 1 2)) (:reverse #.(ash 1 3)) (:scale #.(ash 1 4)) (:generate-pdf #.(ash 1 5)) (:generate-ps #.(ash 1 6)) (:preview #.(ash 1 7)) (:number-up #.(ash 1 8)) (:number-up-layout #.(ash 1 9))) Values
Details
A flags for specifying which features the print dialog should offer. If neither the :generate-pdf nor the :generate-ps value is
specified, GTK assumes that all formats are supported. | See also |
2024-2-18