signal callback delegate or function to connect
void callback(gtk.print_context.PrintContext context, int pageNr, gtk.page_setup.PageSetup setup, gtk.print_operation.PrintOperation printOperation)
context the gtk.print_context.PrintContext for the current operation (optional)
pageNr the number of the currently printed page (0-based) (optional)
setup the gtk.page_setup.PageSetup (optional)
printOperation the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RequestPageSetup signal.
Emitted once for every page that is printed.
This gives the application a chance to modify the page setup. Any changes done to setup will be in force only for printing this page.