~ubuntu-branches/ubuntu/trusty/evince/trusty-updates

« back to all changes in this revision

Viewing changes to help/reference/shell/html/EvSidebarThumbnails.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-12 12:10:03 UTC
  • mfrom: (1.8.6)
  • Revision ID: package-import@ubuntu.com-20131112121003-cjura8gxxx9w2u7l
Tags: 3.10.2-0ubuntu1
* New upstream version
* debian/patches/git_give_focus_correctly.patch,
  debian/patches/git_correct_page_info.patch,
  debian/patches/git_djvu_segfault.patch:
  - dropped, those changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evince Programmer's Reference Manual: EvSidebarThumbnails</title>
 
5
<title>EvSidebarThumbnails</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evince Programmer's Reference Manual">
8
8
<link rel="up" href="evince-frontend.html" title="Part I. Frontend">
9
9
<link rel="prev" href="evince-ev-application.html" title="ev-application">
10
10
<link rel="next" href="EvSidebarLinks.html" title="EvSidebarLinks">
11
 
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
 
<td width="100%" align="left">
17
 
<a href="#" class="shortcut">Top</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="evince-ev-application.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="evince-frontend.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
 
21
<td><a accesskey="n" href="EvSidebarLinks.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#EvSidebarThumbnails.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvSidebarThumbnails.description" class="shortcut">Description</a>
20
27
                   | 
21
28
                  <a href="#EvSidebarThumbnails.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
29
                   | 
23
30
                  <a href="#EvSidebarThumbnails.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
 
</td>
25
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
 
<td><a accesskey="u" href="evince-frontend.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
 
<td><a accesskey="p" href="evince-ev-application.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
 
<td><a accesskey="n" href="EvSidebarLinks.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
 
</tr></table>
 
31
</td></tr>
 
32
</table>
30
33
<div class="refentry">
31
34
<a name="EvSidebarThumbnails"></a><div class="titlepage"></div>
32
35
<div class="refnamediv"><table width="100%"><tr>
63
66
</div>
64
67
<div class="refsect1">
65
68
<a name="EvSidebarThumbnails.description"></a><h2>Description</h2>
66
 
<p>
67
 
</p>
68
69
</div>
69
70
<div class="refsect1">
70
71
<a name="EvSidebarThumbnails.details"></a><h2>Details</h2>
71
72
<div class="refsect2">
72
73
<a name="EvSidebarThumbnails-struct"></a><h3>struct EvSidebarThumbnails</h3>
73
74
<pre class="programlisting">struct EvSidebarThumbnails;</pre>
74
 
<p>
75
 
</p>
76
75
</div>
77
76
<hr>
78
77
<div class="refsect2">
86
85
<div class="refsect2">
87
86
<a name="EvSidebarThumbnailsPrivate"></a><h3>EvSidebarThumbnailsPrivate</h3>
88
87
<pre class="programlisting">typedef struct _EvSidebarThumbnailsPrivate EvSidebarThumbnailsPrivate;</pre>
89
 
<p>
90
 
</p>
91
88
</div>
92
89
<hr>
93
90
<div class="refsect2">
94
91
<a name="ev-sidebar-thumbnails-new"></a><h3>ev_sidebar_thumbnails_new ()</h3>
95
92
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         ev_sidebar_thumbnails_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
96
 
<p>
97
 
</p>
98
93
</div>
99
94
</div>
100
95
</div>
101
96
<div class="footer">
102
97
<hr>
103
 
          Generated by GTK-Doc V1.19.1</div>
 
98
          Generated by GTK-Doc V1.19</div>
104
99
</body>
105
100
</html>
 
 
b'\\ No newline at end of file'