mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Document settings
This commit is contained in:
parent
9a5312f915
commit
40be3ef94f
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkprintsettings.sgml: Document print-to-file specific
|
||||||
|
settings. (#346241, Carolyn MacLeod)
|
||||||
|
|
||||||
2006-06-28 Matthias Clasen <mclasen@redhat.com>
|
2006-06-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
|
* gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
|
||||||
|
@ -830,6 +830,23 @@ Printing support was added in GTK+ 2.10.
|
|||||||
@output_bin:
|
@output_bin:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT ##### -->
|
||||||
|
<para>
|
||||||
|
The key used by the "Print to file" printer to store the format
|
||||||
|
of the output. The supported values are "PS" and "PDF".
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GTK_PRINT_SETTINGS_OUTPUT_URI ##### -->
|
||||||
|
<para>
|
||||||
|
The key used by the "Print to file" printer to store the URI
|
||||||
|
to which the output should be written. GTK+ itself supports
|
||||||
|
only "file://" URIs.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA ##### -->
|
<!-- ##### MACRO GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user