File: class-gnomeprintuijobpreview.html

package info (click to toggle)
gnome-python-desktop 2.32.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,528 kB
  • ctags: 983
  • sloc: sh: 10,214; xml: 8,851; ansic: 3,428; python: 1,457; makefile: 664
file content (14 lines) | stat: -rw-r--r-- 5,098 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>gnomeprint.ui.JobPreview</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Python Gnomeprintui Reference Manual"><link rel="up" href="gnomeprintui-class-reference.html" title="The Gnomeprintui Class Reference"><link rel="prev" href="class-gnomeprintuifontpreview.html" title="gnomeprint.ui.FontPreview"><link rel="next" href="class-gnomeprintuipreview.html" title="gnomeprint.ui.Preview"></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">gnomeprint.ui.JobPreview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gnomeprintuifontpreview.html">Prev</a> </td><th width="60%" align="center">The Gnomeprintui Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gnomeprintuipreview.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gnomeprint.ui.JobPreview"><a name="class-gnomeprintuijobpreview"></a><div class="titlepage"></div><div class="refnamediv"><h2>gnomeprint.ui.JobPreview</h2><p>gnomeprint.ui.JobPreview — JobPreview object for GnomePrintui</p></div><div class="refsect1" title="Synopsis"><a name="id2588040"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gnomeprint.ui.JobPreview</span></span>(<span class="ooclass"><span class="classname">gtk.Window</span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gnomeprintuijobpreview.html#constructor-gnomeprintuijobpreview" title="Constructor">gnomeprint.ui.JobPreview</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id2570050"></a><h2>Ancestry</h2><pre class="synopsis">+-- gobject.GObject
  +-- gtk.Object
    +-- gtk.Widget
      +-- gtk.Container
        +-- gtk.Bin
          +-- gtk.Window
            +-- <a class="link" href="class-gnomeprintuijobpreview.html" title="gnomeprint.ui.JobPreview">gnomeprint.ui.JobPreview</a>
</pre></div><div class="refsect1" title="Properties"><a name="id2568501"></a><h2>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">"nx"</td><td valign="top">Read-Write</td><td valign="top">Number of pages horizontally. Allowed values: &gt;= 65535.</td></tr><tr valign="top"><td valign="top">"ny"</td><td valign="top">Read-Write</td><td valign="top">Number of pages horizontally. Allowed values: &gt;= 65535.</td></tr><tr valign="top"><td valign="top">"job"</td><td valign="top">Read-Write</td><td valign="top">a <code class="methodname">gnomeprint.Job</code> to be used.</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="Description"><a name="description-gnomeprintuijobpreview"></a><h2>Description</h2><p>

</p></div><div class="refsect1" title="Constructor"><a name="constructor-gnomeprintuijobpreview"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gnomeprint.ui.JobPreview</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</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> title of the window.</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-gnomeprintuijobpreview.html" title="gnomeprint.ui.JobPreview"><code class="classname">gnomeprint.ui.JobPreview</code></a>.
        </td></tr></tbody></table><p>
    Creates a new <a class="link" href="class-gnomeprintuijobpreview.html" title="gnomeprint.ui.JobPreview"><code class="classname">gnomeprint.ui.JobPreview</code></a> object.
  </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gnomeprintuifontpreview.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gnomeprintui-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gnomeprintuipreview.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gnomeprint.ui.FontPreview </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gnomeprint.ui.Preview</td></tr></table></div></body></html>