gtk+ r21992 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Mon Dec 29 07:02:24 2008
New Revision: 21992
URL: http://svn.gnome.org/viewvc/gtk+?rev=21992&view=rev

Log:
Document capabilities


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml	Mon Dec 29 07:02:24 2008
@@ -191,20 +191,26 @@
 <!-- ##### ENUM GtkPrintCapabilities ##### -->
 <para>
 An enum for specifying which features the print dialog should offer.
-If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor %GTK_PRINT_CAPABILITY_GENERATE_PS is
-specified, GTK+ assumes that all formats are supported.
+If 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: 
- 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
+ GTK_PRINT_CAPABILITY_PAGE_SET: Print dialog will offer printing even/odd pages.
+ GTK_PRINT_CAPABILITY_COPIES: Print dialog will allow to print multiple copies.
+ GTK_PRINT_CAPABILITY_COLLATE: Print dialog will allow to collate multiple copies.
+ GTK_PRINT_CAPABILITY_REVERSE: Print dialog will allow to print pages in reverse order.
+ GTK_PRINT_CAPABILITY_SCALE: Print dialog will allow to scale the output.
+ 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
 @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
+ 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]