gtkPrintRunPageSetupDialogAsync
Runs a page setup dialog, letting the user modify the values from page.setup
.
gtkPrintRunPageSetupDialogAsync(parent, page.setup, settings, done.cb, data)
|
transient parent, or |
|
an existing |
|
|
|
a function to call when the user saves the modified page setup |
|
user data to pass to |
In contrast to gtkPrintRunPageSetupDialog
, 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
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.