PrintSetup

class PrintSetup(pointer: <Error class: unknown class><<Error class: unknown class>>)

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.

Since

4.14

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gtkPrintSetupPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Returns the page setup of @setup.

Link copied to clipboard

Returns the print settings of @setup.

Link copied to clipboard

Increase the reference count of @setup.

Link copied to clipboard
fun unref()

Decrease the reference count of @setup.