PrintJob.this

Creates a new GtkPrintJob.

  1. this(GtkPrintJob* gtkPrintJob, bool ownedRef)
  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

Return Value

a new GtkPrintJob

Throws

ConstructionException GTK+ fails to create the object.

Meta