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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-06-19 13:49:52 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619134952-k1hur43gw2120n72
Tags: 0.9.1-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents
    * PDF exporter for printing DVI documents
    * Zoom icon artwork
  * Patch to avoid frequent process wakeup for metadata handling
  * Bumped poppler requirements to 0.5.9
  * Changed sidebar ordering
  * Removed extra locking of a main loop to speed up rendering 
  - Bug fixes:
    * Print job is released quickly
    * Update a cursor and tooltips after scrolling
  * More safe mkdir_with_parents
  * Safe saving of a document copy to a remote location
  * Build fix without libgnome
  * Selections don't disappear after zoom
  * Preview button added to the print dialog
  - Translations:
  * sv, en_GB, ta, nb, ca, gl, et, es, dz, th, he
* debian/control.in
  - changed gs / gs-esp / gs-esp-x dependency to ghostscript-x
  - changed libpoppler dependecy (>= 0.5.9)

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-stock-icons.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="#id2810314" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3154483" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2811161" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id3155330" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvSidebar"></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="id2810314"></a><span class="refentrytitle">EvSidebar</span>
 
47
<a name="id3154483"></a><span class="refentrytitle">EvSidebar</span>
48
48
</h2>
49
49
<p>EvSidebar &#8212; </p>
50
50
</td>
75
75
</pre>
76
76
</div>
77
77
<div class="refsect1" lang="en">
78
 
<a name="id2811161"></a><h2>Description</h2>
 
78
<a name="id3155330"></a><h2>Description</h2>
79
79
<p>
80
80
 
81
81
</p>
82
82
</div>
83
83
<div class="refsect1" lang="en">
84
 
<a name="id2811175"></a><h2>Details</h2>
 
84
<a name="id3155344"></a><h2>Details</h2>
85
85
<div class="refsect2" lang="en">
86
 
<a name="id2811186"></a><h3>
 
86
<a name="id3155355"></a><h3>
87
87
<a name="EvSidebarPrivate"></a>EvSidebarPrivate</h3>
88
 
<a class="indexterm" name="id2811198"></a><pre class="programlisting">typedef struct _EvSidebarPrivate EvSidebarPrivate;</pre>
 
88
<a class="indexterm" name="id3155367"></a><pre class="programlisting">typedef struct _EvSidebarPrivate EvSidebarPrivate;</pre>
89
89
<p>
90
90
 
91
91
</p>
92
92
</div>
93
93
<hr>
94
94
<div class="refsect2" lang="en">
95
 
<a name="id2811214"></a><h3>
 
95
<a name="id3155383"></a><h3>
96
96
<a name="EvSidebar"></a>EvSidebar</h3>
97
 
<a class="indexterm" name="id2811226"></a><pre class="programlisting">typedef struct {
 
97
<a class="indexterm" name="id3155395"></a><pre class="programlisting">typedef struct {
98
98
        GtkVBox base_instance;
99
99
 
100
100
        EvSidebarPrivate *priv;
106
106
</div>
107
107
<hr>
108
108
<div class="refsect2" lang="en">
109
 
<a name="id2811242"></a><h3>
 
109
<a name="id3155411"></a><h3>
110
110
<a name="ev-sidebar-new"></a>ev_sidebar_new ()</h3>
111
 
<a class="indexterm" name="id2811254"></a><pre class="programlisting"><a
 
111
<a class="indexterm" name="id3155424"></a><pre class="programlisting"><a
112
112
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
113
113
>GtkWidget</a>*  ev_sidebar_new                  (void);</pre>
114
114
<p>
128
128
</div>
129
129
<hr>
130
130
<div class="refsect2" lang="en">
131
 
<a name="id2811290"></a><h3>
 
131
<a name="id3155459"></a><h3>
132
132
<a name="ev-sidebar-add-page"></a>ev_sidebar_add_page ()</h3>
133
 
<a class="indexterm" name="id2811304"></a><pre class="programlisting">void        ev_sidebar_add_page             (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
 
133
<a class="indexterm" name="id3155473"></a><pre class="programlisting">void        ev_sidebar_add_page             (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
134
134
                                             <a
135
135
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
136
136
>GtkWidget</a> *main_widget);</pre>
159
159
</div>
160
160
<hr>
161
161
<div class="refsect2" lang="en">
162
 
<a name="id2811370"></a><h3>
 
162
<a name="id3155540"></a><h3>
163
163
<a name="ev-sidebar-set-page"></a>ev_sidebar_set_page ()</h3>
164
 
<a class="indexterm" name="id2811384"></a><pre class="programlisting">void        ev_sidebar_set_page             (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
 
164
<a class="indexterm" name="id3155553"></a><pre class="programlisting">void        ev_sidebar_set_page             (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
165
165
                                             <a
166
166
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
167
167
>GtkWidget</a> *main_widget);</pre>
190
190
</div>
191
191
<hr>
192
192
<div class="refsect2" lang="en">
193
 
<a name="id2811451"></a><h3>
 
193
<a name="id3155620"></a><h3>
194
194
<a name="ev-sidebar-set-document"></a>ev_sidebar_set_document ()</h3>
195
 
<a class="indexterm" name="id2811464"></a><pre class="programlisting">void        ev_sidebar_set_document         (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
 
195
<a class="indexterm" name="id3155633"></a><pre class="programlisting">void        ev_sidebar_set_document         (<a href="evince-EvSidebar.html#EvSidebar">EvSidebar</a> *ev_sidebar,
196
196
                                             <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
197
197
<p>
198
198