summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-12 02:17:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-12 02:17:59 +0000
commitb8eaa0877ac1489390833becab662dfee689174d (patch)
tree00c4f25f0b73cafc2cd7060ddce06738a27c9597 /docs
parentdf882a32794bfd49a2c4b038d801957617872c38 (diff)
downloadgdk-pixbuf-b8eaa0877ac1489390833becab662dfee689174d.tar.gz
Document response codes
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkprintunixdialog.sgml14
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 8cb8ac663..9e67b0b92 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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
diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
index 5666cd338..e055de8eb 100644
--- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
@@ -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 -->