PrintJob.this

Creates a new GtkPrintJob. Since 2.10

  1. this(GtkPrintJob* gtkPrintJob)
  2. this(string title, Printer printer, PrintSettings settings, PageSetup pageSetup)

Parameters

title string

the job title

printer Printer

a GtkPrinter

settings PrintSettings

a GtkPrintSettings

pageSetup PageSetup

a GtkPageSetup

Throws

ConstructionException GTK+ fails to create the object.

Meta