PrintOperation.gtkPrintRunPageSetupDialogAsync

Runs a page setup dialog, letting the user modify the values from page_setup. In contrast to gtk_print_run_page_setup_dialog(), 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. Since 2.10

class PrintOperation
static
void
gtkPrintRunPageSetupDialogAsync

Parameters

parent Window

transient parent, or NULL. [allow-none]

pageSetup PageSetup

an existing GtkPageSetup, or NULL. [allow-none]

settings PrintSettings

a GtkPrintSettings

doneCb GtkPageSetupDoneFunc

a function to call when the user saves the modified page setup. [scope async]

data void*

user data to pass to done_cb

Meta