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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-04 12:56:35 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904125635-4l90ndzk1qv6kovm
Tags: 2.19.92-0ubuntu1
* New upstream version:
  Bug fixes:
  - Bump requirements to poppler 0.6
  - Restart the search when reloading a document with the find bar visible
    (LP: #126530)
  - Do not jump to the first page when reloading a document from the last page
  - Do not update visibility when changing a chrome flag
  - Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL
  - Make sure current-page <= end-page in continuous mode
  - Ignore outline items without a title (LP: #124142)
  - Use only drag mouse cursor during a drag operation
  - Actually fix printing regressions
  - Add support for double and triple click selections
* debian/control.in:
  - updated poppler requirement
* debian/patches/02_autoconf.patch:
  - updated

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-EvSidebarLinks.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="#id2991536" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2721495" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2992181" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2722140" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvSidebarAttachments"></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="id2991536"></a><span class="refentrytitle">EvSidebarAttachments</span>
 
47
<a name="id2721495"></a><span class="refentrytitle">EvSidebarAttachments</span>
48
48
</h2>
49
49
<p>EvSidebarAttachments &#8212; </p>
50
50
</td>
65
65
</pre>
66
66
</div>
67
67
<div class="refsect1" lang="en">
68
 
<a name="id2992181"></a><h2>Description</h2>
 
68
<a name="id2722140"></a><h2>Description</h2>
69
69
<p>
70
70
 
71
71
</p>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id2992195"></a><h2>Details</h2>
 
74
<a name="id2722154"></a><h2>Details</h2>
75
75
<div class="refsect2" lang="en">
76
 
<a name="id2992206"></a><h3>
 
76
<a name="id2722164"></a><h3>
77
77
<a name="EvSidebarAttachmentsPrivate"></a>EvSidebarAttachmentsPrivate</h3>
78
 
<a class="indexterm" name="id2992219"></a><pre class="programlisting">typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate;</pre>
 
78
<a class="indexterm" name="id2722178"></a><pre class="programlisting">typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate;</pre>
79
79
<p>
80
80
 
81
81
</p>
82
82
</div>
83
83
<hr>
84
84
<div class="refsect2" lang="en">
85
 
<a name="id2992235"></a><h3>
 
85
<a name="id2722194"></a><h3>
86
86
<a name="EvSidebarAttachments"></a>EvSidebarAttachments</h3>
87
 
<a class="indexterm" name="id2992248"></a><pre class="programlisting">typedef struct {
 
87
<a class="indexterm" name="id2722206"></a><pre class="programlisting">typedef struct {
88
88
        GtkVBox base_instance;
89
89
 
90
90
        EvSidebarAttachmentsPrivate *priv;
96
96
</div>
97
97
<hr>
98
98
<div class="refsect2" lang="en">
99
 
<a name="id2992264"></a><h3>
 
99
<a name="id2722223"></a><h3>
100
100
<a name="ev-sidebar-attachments-new"></a>ev_sidebar_attachments_new ()</h3>
101
 
<a class="indexterm" name="id2992278"></a><pre class="programlisting"><a
 
101
<a class="indexterm" name="id2722237"></a><pre class="programlisting"><a
102
102
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
103
103
>GtkWidget</a>*  ev_sidebar_attachments_new      (void);</pre>
104
104
<p>