Document response codes

This commit is contained in:
Matthias Clasen 2006-06-12 02:17:59 +00:00
parent df882a3279
commit b8eaa0877a
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-11 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintunixdialog.sgml: Document resonses used
by GtkPrintUnixDialog. (#344558, Christian Persch)
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintoperation.sgml: Updates

View File

@ -18,6 +18,20 @@ to use gtk_print_unix_dialog_get_selected_printer() to obtain
a #GtkPrinter object and use it to construct a #GtkPrintJob using
gtk_print_job_new().
</para>
<para>
#GtkPrintUnixDialog uses the following response values:
<variablelist>
<varlistentry><term>%GTK_RESPONSE_OK</term>
<listitem><para>for the "Print" button</para></listitem>
</varlistentry>
<varlistentry><term>%GTK_RESPONSE_APPLY</term>
<listitem><para>for the "Preview" button</para></listitem>
</varlistentry>
<varlistentry><term>%GTK_RESPONSE_CANCEL</term>
<listitem><para>for the "Cancel" button</para></listitem>
</varlistentry>
</variablelist>
</para>
<!-- FIXME example here -->