summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-08-15 19:49:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-15 19:49:27 +0000
commit895e9b3584ea626798fc6ba8b20a9981b3dd477d (patch)
treee7161453bade4391b9d2fe2d9f7921a80fb8ae75 /docs
parentbede16e5865c961c1a8f2a54d56a32132cac4f37 (diff)
downloadgtk+-895e9b3584ea626798fc6ba8b20a9981b3dd477d.tar.gz
Some more printing docs
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkprintoperation.sgml10
1 files changed, 10 insertions, 0 deletions
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
@@ -65,6 +65,16 @@ do_print (void)
</example>
<para>
+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.
+</para>
+
+<para>
Printing support was added in GTK+ 2.10.
</para>