From 895e9b3584ea626798fc6ba8b20a9981b3dd477d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 19:49:27 +0000 Subject: Some more printing docs --- docs/reference/gtk/tmpl/gtkprintoperation.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index e9772425f2..3884eaeafa 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -64,6 +64,16 @@ do_print (void) + +By default GtkPrintOperation uses an external application to do +print preview. To implement a custom print preview, an application +must connect to the preview signal. The functions +gtk_print_operation_print_preview_render_page(), +gtk_print_operation_preview_end_preview() and +gtk_print_operation_preview_is_selected() are useful +when implementing a print preview. + + Printing support was added in GTK+ 2.10. -- cgit v1.2.1