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

« back to all changes in this revision

Viewing changes to help/reference/html/EvWindow.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 23:52:57 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408235257-0rd70trs4y6gxf9z
Tags: 2.22.1.1-0ubuntu1
* New upstream version:
  Bug fixes:
  -  Fix build in FreeBSD 
  -  Fixes djvu backend links 
* debian/control.in, debian/patches/01_launchpad.patch:
  - updated to the launchpad integration changes
* debian/patches/99_autoreconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
26
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3012186" class="shortcut">Top</a>
29
 
                  &#160;|&#160;
30
 
                  <a href="#id3012507" class="shortcut">Description</a>
31
 
                  &#160;|&#160;
32
 
                  <a href="#id3012408" class="shortcut">Object Hierarchy</a>
33
 
                  &#160;|&#160;
34
 
                  <a href="#id3012477" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3207018" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id3207338" class="shortcut">Description</a>
 
31
                  &#160;|&#160;
 
32
                  <a href="#id3207239" class="shortcut">Object Hierarchy</a>
 
33
                  &#160;|&#160;
 
34
                  <a href="#id3207308" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
35
35
</table>
36
36
<div class="refentry" lang="en">
37
37
<a name="EvWindow"></a><div class="titlepage"></div>
38
38
<div class="refnamediv"><table width="100%"><tr>
39
39
<td valign="top">
40
40
<h2>
41
 
<a name="id3012186"></a><span class="refentrytitle">EvWindow</span>
 
41
<a name="id3207018"></a><span class="refentrytitle">EvWindow</span>
42
42
</h2>
43
43
<p>EvWindow</p>
44
44
</td>
82
82
</pre>
83
83
</div>
84
84
<div class="refsect1" lang="en">
85
 
<a name="id3012408"></a><h2>Object Hierarchy</h2>
 
85
<a name="id3207239"></a><h2>Object Hierarchy</h2>
86
86
<pre class="synopsis">
87
87
 
88
88
  <a
110
110
</pre>
111
111
</div>
112
112
<div class="refsect1" lang="en">
113
 
<a name="id3012477"></a><h2>Implemented Interfaces</h2>
 
113
<a name="id3207308"></a><h2>Implemented Interfaces</h2>
114
114
<p>
115
115
EvWindow implements
116
116
 <a
118
118
>GtkBuildable</a> and  AtkImplementorIface.</p>
119
119
</div>
120
120
<div class="refsect1" lang="en">
121
 
<a name="id3012507"></a><h2>Description</h2>
 
121
<a name="id3207338"></a><h2>Description</h2>
122
122
<p>
123
123
 
124
124
</p>
125
125
</div>
126
126
<div class="refsect1" lang="en">
127
 
<a name="id3012521"></a><h2>Details</h2>
 
127
<a name="id3207352"></a><h2>Details</h2>
128
128
<div class="refsect2" lang="en">
129
 
<a name="id3012532"></a><h3>
 
129
<a name="id3207363"></a><h3>
130
130
<a name="EvWindowRunMode"></a>enum EvWindowRunMode</h3>
131
 
<a class="indexterm" name="id3012545"></a><pre class="programlisting">typedef enum {
 
131
<a class="indexterm" name="id3207376"></a><pre class="programlisting">typedef enum {
132
132
        EV_WINDOW_MODE_NORMAL,
133
133
        EV_WINDOW_MODE_FULLSCREEN,
134
134
        EV_WINDOW_MODE_PRESENTATION,
141
141
</div>
142
142
<hr>
143
143
<div class="refsect2" lang="en">
144
 
<a name="id3012562"></a><h3>
 
144
<a name="id3207393"></a><h3>
145
145
<a name="EvPrintRange"></a>EvPrintRange</h3>
146
 
<a class="indexterm" name="id3012575"></a><pre class="programlisting">typedef struct {
 
146
<a class="indexterm" name="id3207406"></a><pre class="programlisting">typedef struct {
147
147
        gint start;
148
148
        gint end;
149
149
} EvPrintRange;
154
154
</div>
155
155
<hr>
156
156
<div class="refsect2" lang="en">
157
 
<a name="id3012590"></a><h3>
 
157
<a name="id3207422"></a><h3>
158
158
<a name="EvPrintPageSet"></a>enum EvPrintPageSet</h3>
159
 
<a class="indexterm" name="id3012603"></a><pre class="programlisting">typedef enum {
 
159
<a class="indexterm" name="id3207434"></a><pre class="programlisting">typedef enum {
160
160
        EV_PRINT_PAGE_SET_ALL,
161
161
        EV_PRINT_PAGE_SET_EVEN,
162
162
        EV_PRINT_PAGE_SET_ODD
168
168
</div>
169
169
<hr>
170
170
<div class="refsect2" lang="en">
171
 
<a name="id3012619"></a><h3>
 
171
<a name="id3207451"></a><h3>
172
172
<a name="EvWindowPrivate"></a>EvWindowPrivate</h3>
173
 
<a class="indexterm" name="id3012632"></a><pre class="programlisting">typedef struct _EvWindowPrivate EvWindowPrivate;</pre>
 
173
<a class="indexterm" name="id3207464"></a><pre class="programlisting">typedef struct _EvWindowPrivate EvWindowPrivate;</pre>
174
174
<p>
175
175
 
176
176
</p>
177
177
</div>
178
178
<hr>
179
179
<div class="refsect2" lang="en">
180
 
<a name="id3012648"></a><h3>
 
180
<a name="id3207479"></a><h3>
181
181
<a name="EvWindow-struct"></a>EvWindow</h3>
182
 
<a class="indexterm" name="id3012661"></a><pre class="programlisting">typedef struct _EvWindow EvWindow;</pre>
 
182
<a class="indexterm" name="id3207492"></a><pre class="programlisting">typedef struct _EvWindow EvWindow;</pre>
183
183
<p>
184
184
 
185
185
</p>
186
186
</div>
187
187
<hr>
188
188
<div class="refsect2" lang="en">
189
 
<a name="id3012676"></a><h3>
 
189
<a name="id3207507"></a><h3>
190
190
<a name="ev-window-new"></a>ev_window_new ()</h3>
191
 
<a class="indexterm" name="id3012689"></a><pre class="programlisting"><a
 
191
<a class="indexterm" name="id3207520"></a><pre class="programlisting"><a
192
192
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
193
193
>GtkWidget</a>*          ev_window_new                       (void);</pre>
194
194
<p>
211
211
</div>
212
212
<hr>
213
213
<div class="refsect2" lang="en">
214
 
<a name="id3012745"></a><h3>
 
214
<a name="id3207576"></a><h3>
215
215
<a name="ev-window-get-uri"></a>ev_window_get_uri ()</h3>
216
 
<a class="indexterm" name="id3012759"></a><pre class="programlisting">const char*         ev_window_get_uri                   (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
 
216
<a class="indexterm" name="id3207590"></a><pre class="programlisting">const char*         ev_window_get_uri                   (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
217
217
<p>
218
218
It returns the uri of the document showed in the <a class="link" href="EvWindow.html" title="EvWindow"><span class="type">EvWindow</span></a>.</p>
219
219
<p>
237
237
</div>
238
238
<hr>
239
239
<div class="refsect2" lang="en">
240
 
<a name="id3012845"></a><h3>
 
240
<a name="id3207676"></a><h3>
241
241
<a name="ev-window-open-uri"></a>ev_window_open_uri ()</h3>
242
 
<a class="indexterm" name="id3012858"></a><pre class="programlisting">void                ev_window_open_uri                  (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
242
<a class="indexterm" name="id3207689"></a><pre class="programlisting">void                ev_window_open_uri                  (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
243
243
                                                         const char *uri,
244
244
                                                         <a class="link" href="evince-ev-link-dest.html#EvLinkDest">EvLinkDest</a> *dest,
245
245
                                                         <a class="link" href="EvWindow.html#EvWindowRunMode">EvWindowRunMode</a> mode,
300
300
</div>
301
301
<hr>
302
302
<div class="refsect2" lang="en">
303
 
<a name="id3013033"></a><h3>
 
303
<a name="id3207864"></a><h3>
304
304
<a name="ev-window-is-empty"></a>ev_window_is_empty ()</h3>
305
 
<a class="indexterm" name="id3013047"></a><pre class="programlisting"><a
 
305
<a class="indexterm" name="id3207878"></a><pre class="programlisting"><a
306
306
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
307
307
>gboolean</a>            ev_window_is_empty                  (const <a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
308
308
<p>
334
334
</div>
335
335
<hr>
336
336
<div class="refsect2" lang="en">
337
 
<a name="id3013139"></a><h3>
 
337
<a name="id3207970"></a><h3>
338
338
<a name="ev-window-print-range"></a>ev_window_print_range ()</h3>
339
 
<a class="indexterm" name="id3013152"></a><pre class="programlisting">void                ev_window_print_range               (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
339
<a class="indexterm" name="id3207983"></a><pre class="programlisting">void                ev_window_print_range               (<a class="link" href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
340
340
                                                         int first_page,
341
341
                                                         int last_page);</pre>
342
342
<p>