Package: gtk

Accessor gtk-print-unix-dialog-manual-capabilities

Lambda List

gtk-print-unix-dialog-manual-capabilities (object)

Syntax

(gtk-print-unix-dialog-manual-capabilities) => capabilities
(setf (gtk-print-unix-dialog-manual-capabilities object) capabilities)

Arguments

object -- a gtk-print-unix-dialog widget
capabilities -- the printing capabilities of type gtk-print-capabilities of the application

Details

Accessor of the manual-capabilities slot of the gtk-print-unix-dialog class.

This lets you specify the printing capabilities your application supports. For instance, if you can handle scaling the output then you pass :scale. If you do not pass that, then the dialog will only let you select the scale if the printing system automatically handles scaling.
 

See also

2020-4-10