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

« back to all changes in this revision

Viewing changes to help/reference/html/EvWindow.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="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="#id2696550" class="shortcut">Top</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id2696852" class="shortcut">Description</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id2696761" class="shortcut">Object Hierarchy</a>
43
 
                  &#160;|&#160;
44
 
                  <a href="#id2696829" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2958762" class="shortcut">Top</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2959064" class="shortcut">Description</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2958973" class="shortcut">Object Hierarchy</a>
 
43
                  &#160;|&#160;
 
44
                  <a href="#id2959042" 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="id2696550"></a><span class="refentrytitle">EvWindow</span>
 
51
<a name="id2958762"></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="id2696761"></a><h2>Object Hierarchy</h2>
 
92
<a name="id2958973"></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="id2696829"></a><h2>Implemented Interfaces</h2>
 
120
<a name="id2959042"></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="id2696852"></a><h2>Description</h2>
 
126
<a name="id2959064"></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="id2696866"></a><h2>Details</h2>
 
132
<a name="id2959079"></a><h2>Details</h2>
133
133
<div class="refsect2" lang="en">
134
 
<a name="id2696877"></a><h3>
 
134
<a name="id2959089"></a><h3>
135
135
<a name="EvWindowRunMode"></a>enum EvWindowRunMode</h3>
136
 
<a class="indexterm" name="id2696890"></a><pre class="programlisting">typedef enum {
 
136
<a class="indexterm" name="id2959102"></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="id2696907"></a><h3>
 
149
<a name="id2959119"></a><h3>
150
150
<a name="EvPrintRange"></a>EvPrintRange</h3>
151
 
<a class="indexterm" name="id2696920"></a><pre class="programlisting">typedef struct {
 
151
<a class="indexterm" name="id2959132"></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="id2696936"></a><h3>
 
162
<a name="id2959148"></a><h3>
163
163
<a name="EvPrintPageSet"></a>enum EvPrintPageSet</h3>
164
 
<a class="indexterm" name="id2696948"></a><pre class="programlisting">typedef enum {
 
164
<a class="indexterm" name="id2959160"></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="id2696965"></a><h3>
 
176
<a name="id2959177"></a><h3>
177
177
<a name="EvWindowPrivate"></a>EvWindowPrivate</h3>
178
 
<a class="indexterm" name="id2696978"></a><pre class="programlisting">typedef struct _EvWindowPrivate EvWindowPrivate;</pre>
 
178
<a class="indexterm" name="id2959190"></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="id2696993"></a><h3>
 
185
<a name="id2959205"></a><h3>
186
186
<a name="EvWindow-struct"></a>EvWindow</h3>
187
 
<a class="indexterm" name="id2697006"></a><pre class="programlisting">typedef struct _EvWindow EvWindow;</pre>
 
187
<a class="indexterm" name="id2959219"></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="id2697021"></a><h3>
 
194
<a name="id2959233"></a><h3>
195
195
<a name="ev-window-new"></a>ev_window_new ()</h3>
196
 
<a class="indexterm" name="id2697034"></a><pre class="programlisting"><a
 
196
<a class="indexterm" name="id2959246"></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="id2697090"></a><h3>
 
220
<a name="id2959302"></a><h3>
221
221
<a name="ev-window-get-uri"></a>ev_window_get_uri ()</h3>
222
 
<a class="indexterm" name="id2697104"></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="id2959316"></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="id2697189"></a><h3>
 
248
<a name="id2959402"></a><h3>
249
249
<a name="ev-window-open-uri"></a>ev_window_open_uri ()</h3>
250
 
<a class="indexterm" name="id2697203"></a><pre class="programlisting">void        ev_window_open_uri              (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
250
<a class="indexterm" name="id2959415"></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="id2697355"></a><h3>
 
309
<a name="id2959567"></a><h3>
310
310
<a name="ev-window-is-empty"></a>ev_window_is_empty ()</h3>
311
 
<a class="indexterm" name="id2697369"></a><pre class="programlisting"><a
 
311
<a class="indexterm" name="id2959581"></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="id2697460"></a><h3>
 
345
<a name="id2959673"></a><h3>
346
346
<a name="ev-window-print-range"></a>ev_window_print_range ()</h3>
347
 
<a class="indexterm" name="id2697474"></a><pre class="programlisting">void        ev_window_print_range           (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *ev_window,
 
347
<a class="indexterm" name="id2959686"></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>