PrintSetup
Object Hierarchy:
Description:
[ CCode ( ref_function = "gtk_print_setup_ref" , type_id = "gtk_print_setup_get_type ()" , unref_function = "gtk_print_setup_unref" ) ]
[ Compact ]
[ Version ( since = "4.14" ) ]
public class PrintSetup
[ Compact ]
[ Version ( since = "4.14" ) ]
public class PrintSetup
A `GtkPrintSetup` is an auxiliary object for printing that allows decoupling the setup from the printing.
A print setup is obtained by calling [method@Gtk.PrintDialog.setup], and can later be passed to print functions such as [ method@Gtk.PrintDialog.print].
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.
Namespace: Gtk
Package: gtk4