diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-04 03:46:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-04 03:46:08 +0000 |
commit | 4504988e42de761c24c783982973fe6e5fa6a57a (patch) | |
tree | c6f91533a83903c5416816917f97153f58795af0 | |
parent | 4ca181dc87d293ac785a208c557826962391b2dc (diff) | |
download | gtk+-4504988e42de761c24c783982973fe6e5fa6a57a.tar.gz |
Document n-up-layout capability
svn path=/trunk/; revision=21273
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintunixdialog.sgml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8eea5a5d1f..9828b7d43f 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-09-03 Matthias Clasen <mclasen@redhat.com> + + * gtk/tmpl/gtkprintunixdialog.sgml: Document n-up-layout capability + 2008-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_selection_data_get_length diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml index cc1dbacaf5..cd71fab1de 100644 --- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml @@ -204,6 +204,7 @@ specified, GTK+ assumes that all formats are supported. @GTK_PRINT_CAPABILITY_GENERATE_PS: The program will send the document to the printer in Postscript format @GTK_PRINT_CAPABILITY_PREVIEW: @GTK_PRINT_CAPABILITY_NUMBER_UP: Print dialog will offer printing multiple pages per sheet. Since 2.12 +@GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange pages when printing multiple pages per sheet. Since 2.14 <!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### --> <para> |