TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.20.3
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Runs a page setup dialog, letting the user modify the values from page_setup.
page_setup
If the user cancels the dialog, the returned Gtk.PageSetup 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 mainloop to show the page setup dialog. See Gtk.print_run_page_setup_dialog_async if this is a problem.
transient parent
an existing Gtk.PageSetup
a Gtk.PrintSettings
a new Gtk.PageSetup
Runs a page setup dialog, letting the user modify the values from
page_setup.If the user cancels the dialog, the returned Gtk.PageSetup 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 mainloop to show the page setup dialog. See Gtk.print_run_page_setup_dialog_async if this is a problem.