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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

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="ix01.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="#id3174165" class="shortcut">Top</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id3174468" class="shortcut">Description</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id3174376" class="shortcut">Object Hierarchy</a>
43
 
                  &#160;|&#160;
44
 
                  <a href="#id3174445" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2884278" class="shortcut">Top</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2884581" class="shortcut">Description</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2884489" class="shortcut">Object Hierarchy</a>
 
43
                  &#160;|&#160;
 
44
                  <a href="#id2884558" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
45
45
</table>
46
46
<div class="refentry" lang="en">
47
47
<a name="EvWindow"></a><div class="titlepage"></div>
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
50
50
<h2>
51
 
<a name="id3174165"></a><span class="refentrytitle">EvWindow</span>
 
51
<a name="id2884278"></a><span class="refentrytitle">EvWindow</span>
52
52
</h2>
53
53
<p>EvWindow &#8212; </p>
54
54
</td>
89
89
</pre>
90
90
</div>
91
91
<div class="refsect1" lang="en">
92
 
<a name="id3174376"></a><h2>Object Hierarchy</h2>
 
92
<a name="id2884489"></a><h2>Object Hierarchy</h2>
93
93
<pre class="synopsis">
94
94
 
95
95
  <a
117
117
</pre>
118
118
</div>
119
119
<div class="refsect1" lang="en">
120
 
<a name="id3174445"></a><h2>Implemented Interfaces</h2>
 
120
<a name="id2884558"></a><h2>Implemented Interfaces</h2>
121
121
<p>
122
122
EvWindow implements
123
123
 AtkImplementorIface.</p>
124
124
</div>
125
125
<div class="refsect1" lang="en">
126
 
<a name="id3174468"></a><h2>Description</h2>
 
126
<a name="id2884581"></a><h2>Description</h2>
127
127
<p>
128
128
 
129
129
</p>
130
130
</div>
131
131
<div class="refsect1" lang="en">
132
 
<a name="id3174482"></a><h2>Details</h2>
 
132
<a name="id2884595"></a><h2>Details</h2>
133
133
<div class="refsect2" lang="en">
134
 
<a name="id3174492"></a><h3>
 
134
<a name="id2884606"></a><h3>
135
135
<a name="EvWindowRunMode"></a>enum EvWindowRunMode</h3>
136
 
<a class="indexterm" name="id3174506"></a><pre class="programlisting">typedef enum {
 
136
<a class="indexterm" name="id2884619"></a><pre class="programlisting">typedef enum {
137
137
        EV_WINDOW_MODE_NORMAL,
138
138
        EV_WINDOW_MODE_FULLSCREEN,
139
139
        EV_WINDOW_MODE_PRESENTATION,
146
146
</div>
147
147
<hr>
148
148
<div class="refsect2" lang="en">
149
 
<a name="id3174523"></a><h3>
 
149
<a name="id2884636"></a><h3>
150
150
<a name="EvPrintRange"></a>EvPrintRange</h3>
151
 
<a class="indexterm" name="id3174536"></a><pre class="programlisting">typedef struct {
 
151
<a class="indexterm" name="id2884649"></a><pre class="programlisting">typedef struct {
152
152
        gint start;
153
153
        gint end;
154
154
} EvPrintRange;
159
159
</div>
160
160
<hr>
161
161
<div class="refsect2" lang="en">
162
 
<a name="id3174551"></a><h3>
 
162
<a name="id2884664"></a><h3>
163
163
<a name="EvPrintPageSet"></a>enum EvPrintPageSet</h3>
164
 
<a class="indexterm" name="id3174564"></a><pre class="programlisting">typedef enum {
 
164
<a class="indexterm" name="id2884677"></a><pre class="programlisting">typedef enum {
165
165
        EV_PRINT_PAGE_SET_ALL,
166
166
        EV_PRINT_PAGE_SET_EVEN,
167
167
        EV_PRINT_PAGE_SET_ODD
173
173
</div>
174
174
<hr>
175
175
<div class="refsect2" lang="en">
176
 
<a name="id3174580"></a><h3>
 
176
<a name="id2884693"></a><h3>
177
177
<a name="EvWindowPrivate"></a>EvWindowPrivate</h3>
178
 
<a class="indexterm" name="id3174593"></a><pre class="programlisting">typedef struct _EvWindowPrivate EvWindowPrivate;</pre>
 
178
<a class="indexterm" name="id2884706"></a><pre class="programlisting">typedef struct _EvWindowPrivate EvWindowPrivate;</pre>
179
179
<p>
180
180
 
181
181
</p>
182
182
</div>
183
183
<hr>
184
184
<div class="refsect2" lang="en">
185
 
<a name="id3174609"></a><h3>
 
185
<a name="id2884722"></a><h3>
186
186
<a name="EvWindow-struct"></a>EvWindow</h3>
187
 
<a class="indexterm" name="id3174622"></a><pre class="programlisting">typedef struct _EvWindow EvWindow;</pre>
 
187
<a class="indexterm" name="id2884735"></a><pre class="programlisting">typedef struct _EvWindow EvWindow;</pre>
188
188
<p>
189
189
 
190
190
</p>
191
191
</div>
192
192
<hr>
193
193
<div class="refsect2" lang="en">
194
 
<a name="id3174637"></a><h3>
 
194
<a name="id2884750"></a><h3>
195
195
<a name="ev-window-new"></a>ev_window_new ()</h3>
196
 
<a class="indexterm" name="id3174650"></a><pre class="programlisting"><a
 
196
<a class="indexterm" name="id2884763"></a><pre class="programlisting"><a
197
197
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
198
198
>GtkWidget</a>*  ev_window_new                   (void);</pre>
199
199
<p>
217
217
</div>
218
218
<hr>
219
219
<div class="refsect2" lang="en">
220
 
<a name="id3174706"></a><h3>
 
220
<a name="id2884819"></a><h3>
221
221
<a name="ev-window-get-uri"></a>ev_window_get_uri ()</h3>
222
 
<a class="indexterm" name="id3174719"></a><pre class="programlisting">const char* ev_window_get_uri               (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
 
222
<a class="indexterm" name="id2884832"></a><pre class="programlisting">const char* ev_window_get_uri               (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
223
223
<p>
224
224
It returns the uri of the document showed in the <a href="EvWindow.html" title="EvWindow"><span class="type">EvWindow</span></a>.</p>
225
225
<p>
245
245
</div>
246
246
<hr>
247
247
<div class="refsect2" lang="en">
248
 
<a name="id3174805"></a><h3>
 
248
<a name="id2884918"></a><h3>
249
249
<a name="ev-window-open-uri"></a>ev_window_open_uri ()</h3>
250
 
<a class="indexterm" name="id3174818"></a><pre class="programlisting">void        ev_window_open_uri              (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
250
<a class="indexterm" name="id2884932"></a><pre class="programlisting">void        ev_window_open_uri              (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
251
251
                                             const char *uri,
252
252
                                             <a href="evince-ev-link-dest.html#EvLinkDest">EvLinkDest</a> *dest,
253
253
                                             <a href="EvWindow.html#EvWindowRunMode">EvWindowRunMode</a> mode,
306
306
</div>
307
307
<hr>
308
308
<div class="refsect2" lang="en">
309
 
<a name="id3174971"></a><h3>
 
309
<a name="id2885084"></a><h3>
310
310
<a name="ev-window-is-empty"></a>ev_window_is_empty ()</h3>
311
 
<a class="indexterm" name="id3174984"></a><pre class="programlisting"><a
 
311
<a class="indexterm" name="id2885097"></a><pre class="programlisting"><a
312
312
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
313
313
>gboolean</a>    ev_window_is_empty              (const <a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window);</pre>
314
314
<p>
342
342
</div>
343
343
<hr>
344
344
<div class="refsect2" lang="en">
345
 
<a name="id3175076"></a><h3>
 
345
<a name="id2885189"></a><h3>
346
346
<a name="ev-window-print-range"></a>ev_window_print_range ()</h3>
347
 
<a class="indexterm" name="id3175089"></a><pre class="programlisting">void        ev_window_print_range           (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
347
<a class="indexterm" name="id2885202"></a><pre class="programlisting">void        ev_window_print_range           (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
348
348
                                             int first_page,
349
349
                                             int last_page);</pre>
350
350
<p>