mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Document response codes
This commit is contained in:
parent
df882a3279
commit
b8eaa0877a
@ -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
|
||||
|
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user