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 -- a gtk:print-capabilities value for the printing capabilities of the application

Details

The accessor for the manual-capabilities slot of the gtk:print-unix-dialog class gets or sets the capabilities the application can handle. This lets you specify the printing capabilities your application supports. For instance, if you can handle scaling the output then you pass the :scale value. 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

2025-09-28