printRunPageSetupDialogAsync

fnvoid printRunPageSetupDialogAsync(gtk.window.Window parent, gtk.page_setup.PageSetup pageSetup, gtk.print_settings.PrintSettings settings, gtk.types.PageSetupDoneFunc doneCb)

Runs a page setup dialog, letting the user modify the values from page_setup.

In contrast to [gtk.global.printRunPageSetupDialog], this function returns after showing the page setup dialog on platforms that support this, and calls done_cb from a signal handler for the ::response signal of the dialog.

Parameters

parenttransient parent
pageSetupan existing [gtk.page_setup.PageSetup]
settingsa [gtk.print_settings.PrintSettings]
doneCba function to call when the user saves the modified page setup