Package org.gnome.gtk

Class PrintSetup

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class PrintSetup extends ProxyInstance
A GtkPrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing.

A print setup is obtained by calling PrintDialog.setup(org.gnome.gtk.Window, org.gnome.gio.Cancellable, org.gnome.gio.AsyncReadyCallback), and can later be passed to print functions such as PrintDialog.print(org.gnome.gtk.Window, org.gnome.gtk.PrintSetup, org.gnome.gio.Cancellable, org.gnome.gio.AsyncReadyCallback).

Print setups can be reused for multiple print calls.

Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them.