Class (GI Struct)

Gtk-4.0GtkPrintSetupAbstractSince 4.14

An auxiliary object for printing that allows decoupling the setup from the printing.

A print setup is obtained by calling Gtk.PrintDialog.setup, and can later be passed to print functions such as 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.

4.14

Index

Constructors

Properties

$gtype: GType<PrintSetup>

Methods

  • Decrease the reference count of setup.

    If the reference count reaches zero, the object is freed.

    Returns void