Package: gtk
Class gtk-print-settings
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details A gtk-print-settings object represents the settings of a print dialog
in a system independent way.
The main use for this object is that once you have printed you can get a
settings object that represents the settings the user chose, and the next time
you print you can pass that object in so that the user does not have to
re-set all his settings. Its also possible to enumerate the settings so that you can easily save the settings for the next time your app runs, or even store them in a document. The predefined keys try to use shared values as much as possible so that moving such a document between systems still works. The list of keys for a print setting: "printer" "orientation" "paper-format" "paper-width" "paper-height" "use-color" "collate" "reverse" "duplex" "quality" "n-copies" "number-up" "number-up-layout" "resolution" "resolution-x" "resolution-y" "printer-lpi" "scale" "print-pages" "page-ranges" "page-set" "default-source" "media-type" "dither" "finishings" "output-bin" "output-dir" "output-basename" "output-file-format" "output-uri" "win32-driver-extra" "win32-driver-version" | Inherited Slot Access FunctionsSee also |
2020-4-5