Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
This commit is contained in:
Matthias Clasen 2006-06-08 16:32:22 +00:00 committed by Matthias Clasen
parent 49e88d8900
commit 1298b93bf7
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
* gtk/tmpl/gtkstock.sgml: Correct a filename (#344239,
John Darrington)

View File

@ -266,12 +266,12 @@ The @action parameter to gtk_print_operation_run()
determines what action the print operation should perform.
</para>
@GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG: Show the print dialog.
@GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG: Show the print dialog.
@GTK_PRINT_OPERATION_ACTION_PRINT: Start to print without showing
the print dialog, based on the current print settings.
@GTK_PRINT_OPERATION_ACTION_PREVIEW: Show the print preview.
the print dialog, based on the current print settings.
@GTK_PRINT_OPERATION_ACTION_PREVIEW: Show the print preview.
@GTK_PRINT_OPERATION_ACTION_EXPORT: Export to a file. This requires
the pdf-target to be set.
the pdf-target to be set.
<!-- ##### ENUM GtkPrintOperationResult ##### -->
<para>
@ -282,7 +282,6 @@ A value of this type is returned by gtk_print_operation_run().
@GTK_PRINT_OPERATION_RESULT_APPLY: The print settings should be stored.
@GTK_PRINT_OPERATION_RESULT_CANCEL: The print operation has been canceled,
the print settings should not be stored.
@GTK_PRINT_OPERATION_RESULT_PREVIEW:
@GTK_PRINT_OPERATION_RESULT_IN_PROGRESS: The print operation is complete
yet. This value will only be returned when running asynchronously.