set_manual_capabilities


Description:

public void set_manual_capabilities (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_print_capability_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:

this

a `GtkPrintUnixDialog`

capabilities

the printing capabilities of your application