connectRequestPageSetup
fun connectRequestPageSetup(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (context: PrintContext, pageNr: Int, setup: PageSetup) -> Unit): <Error class: unknown class>
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.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: context
the GtkPrintContext
for the current operation; pageNr
the number of the currently printed page (0-based); setup
the GtkPageSetup