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 #GtkPrintContext for the current operation (optional)
pageNr the number of the currently printed page (0-based) (optional)
setup the #GtkPageSetup (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, to give the application a chance to modify the page setup. Any changes done to setup will be in force only for printing this page.