PrintSetup

A gtk.print_setup.PrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing.

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

Members

Functions

getPageSetup
gtk.page_setup.PageSetup getPageSetup()

Returns the page setup of setup.

getPrintSettings
gtk.print_settings.PrintSettings getPrintSettings()

Returns the print settings of setup.

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.