GtkPrintUnixDialog
A print dialog
GtkPrintUnixDialog implements a print dialog for platforms
which don't provide a native print dialog, like Unix. It can
be used very much like any other GTK+ dialog, at the cost of
the portability offered by the high-level printing API
In order to print something with #GtkPrintUnixDialog, you need
to use gtk_print_unix_dialog_get_selected_printer() to obtain
a #GtkPrinter object and use it to construct a #GtkPrintJob using
gtk_print_job_new().
#GtkPrintUnixDialog uses the following response values:
%GTK_RESPONSE_OKfor the "Print" button%GTK_RESPONSE_APPLYfor the "Preview" button%GTK_RESPONSE_CANCELfor the "Cancel" button
Printing support was added in GTK+ 2.10.
#GtkPageSetupUnixDialog, #GtkPrinter, #GtkPrintJob
@title:
@parent:
@Returns:
@dialog:
@page_setup:
@dialog:
@Returns:
@dialog:
@current_page:
@dialog:
@Returns:
@dialog:
@settings:
@dialog:
@Returns:
@dialog:
@Returns:
@dialog:
@child:
@tab_label:
An enum for specifying which features the print dialog should offer.
I neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor %GTK_PRINT_CAPABILITY_GENERATE_PS is
specified, GTK+ assumes that all formats are supported.
@GTK_PRINT_CAPABILITY_PAGE_SET:
@GTK_PRINT_CAPABILITY_COPIES:
@GTK_PRINT_CAPABILITY_COLLATE:
@GTK_PRINT_CAPABILITY_REVERSE:
@GTK_PRINT_CAPABILITY_SCALE:
@GTK_PRINT_CAPABILITY_GENERATE_PDF: The program will send the document to the printer in PDF format
@GTK_PRINT_CAPABILITY_GENERATE_PS: The program will send the document to the printer in Postscript format
@dialog:
@capabilities: