This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-gtkprintjob.html is in python-gtk2-doc 2.24.0-5.1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtkunixprint.PrintJob</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="unixprint-class-reference.html" title="The gtkunixprint Class Reference"><link rel="prev" href="class-gtkprinter.html" title="gtkunixprint.Printer"><link rel="next" href="class-gtkprintunixdialog.html" title="gtkunixprint.PrintUnixDialog"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gtkunixprint.PrintJob</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkprinter.html">Prev</a> </td><th width="60%" align="center">The gtkunixprint Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkprintunixdialog.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtkunixprint.PrintJob"><a name="class-gtkprintjob"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtkunixprint.PrintJob</h2><p>gtkunixprint.PrintJob — an object that represents a print job (new in PyGTK
      2.10)</p></div><div class="refsect1" title="Synopsis"><a name="id2930420"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtkunixprint.PrintJob</span></span>(<span class="ooclass"><span class="classname"><PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK></span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkprintjob.html#constructor-gtkprintjob" title="gtkunixprint.PrintJob">gtkunixprint.PrintJob</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>printer</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>settings</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>page_setup</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-settings" title="gtkunixprint.PrintJob.get_settings">get_settings</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-printer" title="gtkunixprint.PrintJob.get_printer">get_printer</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-title" title="gtkunixprint.PrintJob.get_title">get_title</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-status" title="gtkunixprint.PrintJob.get_status">get_status</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--set-source-file" title="gtkunixprint.PrintJob.set_source_file">set_source_file</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>filename</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-surface" title="gtkunixprint.PrintJob.get_surface">get_surface</a></span>()</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--set-track-print-status" title="gtkunixprint.PrintJob.set_track_print_status">set_track_print_status</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>track_status</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-track-print-status" title="gtkunixprint.PrintJob.get_track_print_status">get_track_print_status</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkprintjob.html#method-gtkprintjob--send" title="gtkunixprint.PrintJob.send">send</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>callback</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>user_data</code></strong></span><span class="initializer">=None</span></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3075690"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob">gtkunixprint.PrintJob</a>
</pre></div><div class="refsect1" title="gtkunixprint.PrintJob Properties"><a name="properties-gtkprintjob"></a><h2>gtkunixprint.PrintJob Properties</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="4in"></colgroup><tbody><tr valign="top"><td valign="top">"page-setup"</td><td valign="top">Read-Write-Construct Only</td><td valign="top">The Page Setup. Available in GTK+ 2.10.</td></tr><tr valign="top"><td valign="top">"printer"</td><td valign="top">Read-Write-Construct Only</td><td valign="top">The Printer to print the job to. Available in GTK+
	      2.10.</td></tr><tr valign="top"><td valign="top">"settings"</td><td valign="top">Read-Write-Construct Only</td><td valign="top">The Printer Settings. Available in GTK+ 2.10.</td></tr><tr valign="top"><td valign="top">"title"</td><td valign="top">Read-Write-Construct Only</td><td valign="top">Title of the print job.  Default value:
	      <code class="literal">None</code>. Available in GTK+ 2.10.</td></tr><tr valign="top"><td valign="top">"track-print-status"</td><td valign="top">Read-Write</td><td valign="top">if <code class="literal">True</code> the print job will continue
              to emit status-changed signals after the print data has been
              sent to the printer or print server. Available in GTK+
              2.10.</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="gtkunixprint.PrintJob Signal Prototypes"><a name="signal-prototypes-gtkprintjob"></a><h2>gtkunixprint.PrintJob Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term">"<a class="link" href="class-gtkprintjob.html#signal-gtkprintjob--status-changed" title='The "status-changed" Signal'>status-changed</a>"</span></p></td><td><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>printjob</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></td></tr></tbody></table></div><div class="refsect1" title="Description"><a name="id3139028"></a><h2>Description</h2><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This class is available in PyGTK 2.10 and above.</p></div><p>A <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob"><code class="classname">gtkunixprint.PrintJob</code></a>
    object represents a job that is sent to a printer. You only need to deal
    directly with print jobs if you use the non-portable <a class="link" href="class-gtkprintunixdialog.html" title="gtkunixprint.PrintUnixDialog"><code class="classname">gtkunixprint.PrintUnixDialog</code></a>
    API.</p><p>Use the <a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-surface" title="gtkunixprint.PrintJob.get_surface"><code class="methodname">get_surface</code>()</a>
    method to obtain the cairo surface onto which the pages must be
    drawn. Use the <a class="link" href="class-gtkprintjob.html#method-gtkprintjob--send" title="gtkunixprint.PrintJob.send"><code class="methodname">send</code>()</a>
    method to send the finished job to the printer. If you don't use cairo
    <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob"><code class="classname">gtkunixprint.PrintJob</code></a>
    also supports printing of manually generated postscript, via the <a class="link" href="class-gtkprintjob.html#method-gtkprintjob--set-source-file" title="gtkunixprint.PrintJob.set_source_file"><code class="methodname">set_source_file</code>()</a>
    method.</p></div><div class="refsect1" title="Constructor"><a name="id3162893"></a><h2>Constructor</h2><div class="refsect2" title="gtkunixprint.PrintJob"><a name="constructor-gtkprintjob"></a><h3>gtkunixprint.PrintJob</h3><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gtkunixprint.PrintJob</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>printer</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>settings</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>page_setup</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>title</code></strong> :</span></p></td><td>the job title</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>printer</code></strong> :</span></p></td><td>a <a class="link" href="class-gtkprinter.html" title="gtkunixprint.Printer"><code class="classname">gtkunixprint.Printer</code></a></td></tr><tr><td><p><span class="term"><strong class="parameter"><code>settings</code></strong> :</span></p></td><td>a <a class="link" href="class-gtkprintsettings.html" title="gtk.PrintSettings"><code class="classname">gtk.PrintSettings</code></a></td></tr><tr><td><p><span class="term"><strong class="parameter"><code>page_setup</code></strong> :</span></p></td><td>a <a class="link" href="class-gtkpagesetup.html" title="gtk.PageSetup"><code class="classname">gtk.PageSetup</code></a></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a new <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob"><code class="classname">gtkunixprint.PrintJob</code></a></td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This constructor is available in PyGTK 2.10 and above.</p></div><p>Creates a new <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob"><code class="classname">gtkunixprint.PrintJob</code></a>.</p></div></div><div class="refsect1" title="Methods"><a name="id2906836"></a><h2>Methods</h2><div class="refsect2" title="gtkunixprint.PrintJob.get_settings"><a name="method-gtkprintjob--get-settings"></a><h3>gtkunixprint.PrintJob.get_settings</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_settings</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the settings of the print
          job</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_settings</code>() method returns the
      <a class="link" href="class-gtkprintsettings.html" title="gtk.PrintSettings"><code class="classname">gtk.PrintSettings</code></a>
      of the print job.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.get_printer"><a name="method-gtkprintjob--get-printer"></a><h3>gtkunixprint.PrintJob.get_printer</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_printer</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the printer of the print
          job</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_printer</code>() method returns the
      <a class="link" href="class-gtkprinter.html" title="gtkunixprint.Printer"><code class="classname">gtkunixprint.Printer</code></a>
      of the print job.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.get_title"><a name="method-gtkprintjob--get-title"></a><h3>gtkunixprint.PrintJob.get_title</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_title</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the title of the print job</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_title</code>() method returns the
      print job title.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.get_status"><a name="method-gtkprintjob--get-status"></a><h3>gtkunixprint.PrintJob.get_status</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_status</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the status of the print
          job</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_status</code>() method returns the
      status of the print job.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.set_source_file"><a name="method-gtkprintjob--set-source-file"></a><h3>gtkunixprint.PrintJob.set_source_file</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_source_file</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>filename</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>filename</code></strong> :</span></p></td><td>the file to be printed</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td><code class="literal">False</code> if an error
          occurred</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">set_source_file</code>() method makes the
      <a class="link" href="class-gtkprintjob.html" title="gtkunixprint.PrintJob"><code class="classname">gtkunixprint.PrintJob</code></a>
      send the existing document specified by
      <em class="parameter"><code>filename</code></em> to the printing system. The file can
      be in any format understood by the platforms printing system
      (typically PostScript, but on many platforms PDF may work too).</p></div><div class="refsect2" title="gtkunixprint.PrintJob.get_surface"><a name="method-gtkprintjob--get-surface"></a><h3>gtkunixprint.PrintJob.get_surface</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_surface</span>()</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>the cairo surface of the print
          job</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_surface</code>() method returns a
      cairo surface onto which the pages of the print job should be
      rendered.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.set_track_print_status"><a name="method-gtkprintjob--set-track-print-status"></a><h3>gtkunixprint.PrintJob.set_track_print_status</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_track_print_status</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>track_status</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>track_status</code></strong> :</span></p></td><td>if <code class="literal">True</code> track the status of
          the print job after sending</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">set_track_print_status</code>() method
      enable or disables tracking of the print job status based on the value
      specified by <em class="parameter"><code>track_status</code></em>. If
      <em class="parameter"><code>track_status</code></em> is <code class="literal">True</code>, the
      print job will try to continue report on the status of the print job
      in the printer queues and printer. This can allow your application to
      show things like "out of paper" issues, and when the print job
      actually reaches the printer.</p><p>This method is often implemented using some form of polling, so
      tracking should not be enabled unless needed.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.get_track_print_status"><a name="method-gtkprintjob--get-track-print-status"></a><h3>gtkunixprint.PrintJob.get_track_print_status</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_track_print_status</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td><code class="literal">True</code> if print job status
          will be reported after printing</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">get_track_print_status</code>() method
      returns wheter jobs will be tracked after printing.  For details, see
      the <a class="link" href="class-gtkprintjob.html#method-gtkprintjob--set-track-print-status" title="gtkunixprint.PrintJob.set_track_print_status"><code class="methodname">set_track_print_status()</code></a>
      method.</p></div><div class="refsect2" title="gtkunixprint.PrintJob.send"><a name="method-gtkprintjob--send"></a><h3>gtkunixprint.PrintJob.send</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">send</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>callback</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>user_data</code></strong></span><span class="initializer">=None</span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>callback</code></strong> :</span></p></td><td>the function to call when the job
          completes</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>user_data</code></strong> :</span></p></td><td>user data that gets passed to
          <em class="parameter"><code>callback</code></em></td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td><code class="literal">False</code> if an error
          occurred</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.10 and above.</p></div><p>The <code class="methodname">send</code>() method sends the print job
      off to the printer and registers the function specified by
      <em class="parameter"><code>callback</code></em> ro be called when the job
      completes.</p><p>The signature of <em class="parameter"><code>callback</code></em> is:</p><pre class="programlisting">
def callback(print_job, data, errormsg):
      </pre><p>where <em class="parameter"><code>data</code></em> is
      <em class="parameter"><code>user_data</code></em> and <em class="parameter"><code>errormsg</code></em>
      is a message indicating what problem has occurred or
      <code class="literal">None</code> if no error has occurred.</p></div></div><div class="refsect1" title="Signals"><a name="id2988454"></a><h2>Signals</h2><div class="refsect2" title='The "status-changed" Signal'><a name="signal-gtkprintjob--status-changed"></a><h3>The "status-changed" Signal</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>gtkprintjob</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><em class="parameter"><code>gtkprintjob</code></em> :</span></p></td><td>the gtkprintjob that received the
	  signal</td></tr><tr><td><p><span class="term"><em class="parameter"><code>user_param1</code></em> :</span></p></td><td>the first user parameter (if any) specified
          with the <PYGTKDOCLINK HREF="method-gobject--connect"><code class="methodname">connect</code>()</PYGTKDOCLINK>
          method</td></tr><tr><td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td><td>additional user parameters (if
	  any)</td></tr></tbody></table><p>The "status-changed" signal is emitted when the status of a job
      changes. The signal handler can use the <a class="link" href="class-gtkprintjob.html#method-gtkprintjob--get-status" title="gtkunixprint.PrintJob.get_status"><code class="methodname">get_status</code>()</a>
      method to obtain the new status.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkprinter.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="unixprint-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gtkprintunixdialog.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtkunixprint.Printer </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtkunixprint.PrintUnixDialog</td></tr></table></div></body></html>