PrintUnixDialog.setManualCapabilities

void setManualCapabilities(gtk.types.PrintCapabilities capabilities)

This lets you specify the printing capabilities your application supports.

For instance, if you can handle scaling the output then you pass [gtk.types.PrintCapabilities.Scale]. If you don’t pass that, then the dialog will only let you select the scale if the printing system automatically handles scaling.

Parameters

capabilitiesthe printing capabilities of your application