diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-21 19:56:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-21 19:56:12 +0000 |
commit | c38e62917ab21c974d91950e57941ed9fc2d1d5a (patch) | |
tree | c18aa2dd18dffea99fef56e045205eaf54407c55 | |
parent | 894d81c829d658fd5db2359b341c605be6c96d96 (diff) | |
download | gtk+-c38e62917ab21c974d91950e57941ed9fc2d1d5a.tar.gz |
Document some of the print capabilities
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
print capabilities
-rw-r--r-- | docs/reference/ChangeLog | 3 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintunixdialog.sgml | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 08a5b6b9d7..91aca32868 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2006-06-21 Matthias Clasen <mclasen@redhat.com> + * gtk/tmpl/gtkprintunixdialog.sgml: Document some of the + print capabilities + * gtk/question_index.sgml: Add some questions. 2006-06-20 Matthias Clasen <mclasen@redhat.com> diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml index ceb2bb3552..c15e8ab64c 100644 --- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml @@ -158,7 +158,9 @@ Printing support was added in GTK+ 2.10. <!-- ##### ENUM GtkPrintCapabilities ##### --> <para> - +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. </para> @GTK_PRINT_CAPABILITY_PAGE_SET: @@ -166,7 +168,8 @@ Printing support was added in GTK+ 2.10. @GTK_PRINT_CAPABILITY_COLLATE: @GTK_PRINT_CAPABILITY_REVERSE: @GTK_PRINT_CAPABILITY_SCALE: -@GTK_PRINT_CAPABILITY_GENERATE_PDF: +@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 <!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### --> <para> |