Printer.this

Creates a new GtkPrinter.

  1. this(GtkPrinter* gtkPrinter, bool ownedRef)
  2. this(string name, GtkPrintBackend* backend, bool virtual)
    class Printer
    this

Parameters

name string

the name of the printer

backend GtkPrintBackend*

a GtkPrintBackend

virtual bool

whether the printer is virtual

Return Value

a new GtkPrinter

Throws

ConstructionException GTK+ fails to create the object.

Meta