~ubuntu-branches/ubuntu/hardy/evince/hardy

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvRenderContext.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-04 12:56:35 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904125635-4l90ndzk1qv6kovm
Tags: 2.19.92-0ubuntu1
* New upstream version:
  Bug fixes:
  - Bump requirements to poppler 0.6
  - Restart the search when reloading a document with the find bar visible
    (LP: #126530)
  - Do not jump to the first page when reloading a document from the last page
  - Do not update visibility when changing a chrome flag
  - Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL
  - Make sure current-page <= end-page in continuous mode
  - Ignore outline items without a title (LP: #124142)
  - Use only drag mouse cursor during a drag operation
  - Actually fix printing regressions
  - Add support for double and triple click selections
* debian/control.in:
  - updated poppler requirement
* debian/patches/02_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-ev-selection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2953323" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2683553" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2953468" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2683698" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvRenderContext"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id2953323"></a><span class="refentrytitle">EvRenderContext</span>
 
47
<a name="id2683553"></a><span class="refentrytitle">EvRenderContext</span>
48
48
</h2>
49
49
<p>EvRenderContext &#8212; </p>
50
50
</td>
78
78
</pre>
79
79
</div>
80
80
<div class="refsect1" lang="en">
81
 
<a name="id2953468"></a><h2>Description</h2>
 
81
<a name="id2683698"></a><h2>Description</h2>
82
82
<p>
83
83
 
84
84
</p>
85
85
</div>
86
86
<div class="refsect1" lang="en">
87
 
<a name="id2953483"></a><h2>Details</h2>
 
87
<a name="id2683712"></a><h2>Details</h2>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id2953493"></a><h3>
 
89
<a name="id2683723"></a><h3>
90
90
<a name="EvRenderContext"></a>EvRenderContext</h3>
91
 
<a class="indexterm" name="id2953505"></a><pre class="programlisting">typedef struct {
 
91
<a class="indexterm" name="id2683735"></a><pre class="programlisting">typedef struct {
92
92
        GObject parent;
93
93
        int rotation;
94
94
        gint page;
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2" lang="en">
107
 
<a name="id2953522"></a><h3>
 
107
<a name="id2683752"></a><h3>
108
108
<a name="ev-render-context-new"></a>ev_render_context_new ()</h3>
109
 
<a class="indexterm" name="id2953535"></a><pre class="programlisting"><a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a>* ev_render_context_new      (int rotation,
 
109
<a class="indexterm" name="id2683765"></a><pre class="programlisting"><a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a>* ev_render_context_new      (int rotation,
110
110
                                             <a
111
111
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
112
112
>gint</a> page,
150
150
</div>
151
151
<hr>
152
152
<div class="refsect2" lang="en">
153
 
<a name="id2953633"></a><h3>
 
153
<a name="id2683863"></a><h3>
154
154
<a name="ev-render-context-set-page"></a>ev_render_context_set_page ()</h3>
155
 
<a class="indexterm" name="id2953647"></a><pre class="programlisting">void        ev_render_context_set_page      (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
155
<a class="indexterm" name="id2683877"></a><pre class="programlisting">void        ev_render_context_set_page      (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
156
156
                                             <a
157
157
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
158
158
>gint</a> page);</pre>
181
181
</div>
182
182
<hr>
183
183
<div class="refsect2" lang="en">
184
 
<a name="id2953714"></a><h3>
 
184
<a name="id2683943"></a><h3>
185
185
<a name="ev-render-context-set-rotation"></a>ev_render_context_set_rotation ()</h3>
186
 
<a class="indexterm" name="id2953727"></a><pre class="programlisting">void        ev_render_context_set_rotation  (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
186
<a class="indexterm" name="id2683957"></a><pre class="programlisting">void        ev_render_context_set_rotation  (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
187
187
                                             int rotation);</pre>
188
188
<p>
189
189
 
210
210
</div>
211
211
<hr>
212
212
<div class="refsect2" lang="en">
213
 
<a name="id2953794"></a><h3>
 
213
<a name="id2684023"></a><h3>
214
214
<a name="ev-render-context-set-scale"></a>ev_render_context_set_scale ()</h3>
215
 
<a class="indexterm" name="id2953808"></a><pre class="programlisting">void        ev_render_context_set_scale     (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
215
<a class="indexterm" name="id2684037"></a><pre class="programlisting">void        ev_render_context_set_scale     (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
216
216
                                             <a
217
217
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
218
218
>gdouble</a> scale);</pre>