Package: gtk

Function gtk:print-run-page-setup-dialog

Lambda List

gtk:print-run-page-setup-dialog (parent page-setup settings)

Arguments

parent -- transient parent
page-setup -- an existing gtk:page-setup object
settings -- a gtk:print-settings object

Return Value

The new gtk:page-setup object.

Details

Runs a page setup dialog, letting the user modify the values from page-setup. If the user cancels the dialog, the returned gtk:page-setup object is identical to the passed in page-setup, otherwise it contains the modifications done in the dialog.

Note that this function may use a recursive main loop to show the page setup dialog. See the gtk_print_run_page_setup_dialog_async() function if this is a problem.
 

See also

#2023-8-28