~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-11-27 22:31:42 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127223142-v41zyp2ulj6g22n6
Tags: 2.20.2-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

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="#id2634196" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2896408" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2634341" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2896554" 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="id2634196"></a><span class="refentrytitle">EvRenderContext</span>
 
47
<a name="id2896408"></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="id2634341"></a><h2>Description</h2>
 
81
<a name="id2896554"></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="id2634356"></a><h2>Details</h2>
 
87
<a name="id2896568"></a><h2>Details</h2>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id2634366"></a><h3>
 
89
<a name="id2896578"></a><h3>
90
90
<a name="EvRenderContext"></a>EvRenderContext</h3>
91
 
<a class="indexterm" name="id2634378"></a><pre class="programlisting">typedef struct {
 
91
<a class="indexterm" name="id2896591"></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="id2634395"></a><h3>
 
107
<a name="id2896608"></a><h3>
108
108
<a name="ev-render-context-new"></a>ev_render_context_new ()</h3>
109
 
<a class="indexterm" name="id2634408"></a><pre class="programlisting"><a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a>* ev_render_context_new      (int rotation,
 
109
<a class="indexterm" name="id2896620"></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="id2634506"></a><h3>
 
153
<a name="id2896719"></a><h3>
154
154
<a name="ev-render-context-set-page"></a>ev_render_context_set_page ()</h3>
155
 
<a class="indexterm" name="id2634520"></a><pre class="programlisting">void        ev_render_context_set_page      (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
155
<a class="indexterm" name="id2896732"></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="id2634587"></a><h3>
 
184
<a name="id2896799"></a><h3>
185
185
<a name="ev-render-context-set-rotation"></a>ev_render_context_set_rotation ()</h3>
186
 
<a class="indexterm" name="id2634600"></a><pre class="programlisting">void        ev_render_context_set_rotation  (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
186
<a class="indexterm" name="id2896812"></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="id2634667"></a><h3>
 
213
<a name="id2896879"></a><h3>
214
214
<a name="ev-render-context-set-scale"></a>ev_render_context_set_scale ()</h3>
215
 
<a class="indexterm" name="id2634681"></a><pre class="programlisting">void        ev_render_context_set_scale     (<a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
 
215
<a class="indexterm" name="id2896893"></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>