Method GTK2.PrintUnixDialog()->set_manual_capabilities()


Method set_manual_capabilities

GTK2.PrintUnixDialog set_manual_capabilities(int capabilities)

Description

This lets you specify the printing capabilities your application supports. For instance, if you can handle scaling the output then you pass GTK2.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.