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

« back to all changes in this revision

Viewing changes to help/reference/shell/html/EvSidebar.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: EvSidebar</title>
 
5
<title>EvSidebar</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="EvSidebarLinks.html" title="EvSidebarLinks">
10
10
<link rel="next" href="evince-ev-properties-license.html" title="ev-properties-license">
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="EvSidebarLinks.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="evince-ev-properties-license.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="#EvSidebar.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvSidebar.description" class="shortcut">Description</a>
20
27
                   | 
23
30
                  <a href="#EvSidebar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
31
                   | 
25
32
                  <a href="#EvSidebar.properties" class="shortcut">Properties</a>
26
 
</td>
27
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
 
<td><a accesskey="u" href="evince-frontend.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
29
 
<td><a accesskey="p" href="EvSidebarLinks.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
 
<td><a accesskey="n" href="evince-ev-properties-license.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
 
</tr></table>
 
33
</td></tr>
 
34
</table>
32
35
<div class="refentry">
33
36
<a name="EvSidebar"></a><div class="titlepage"></div>
34
37
<div class="refnamediv"><table width="100%"><tr>
77
80
</div>
78
81
<div class="refsect1">
79
82
<a name="EvSidebar.description"></a><h2>Description</h2>
80
 
<p>
81
 
</p>
82
83
</div>
83
84
<div class="refsect1">
84
85
<a name="EvSidebar.details"></a><h2>Details</h2>
85
86
<div class="refsect2">
86
87
<a name="EvSidebar-struct"></a><h3>struct EvSidebar</h3>
87
88
<pre class="programlisting">struct EvSidebar;</pre>
88
 
<p>
89
 
</p>
90
89
</div>
91
90
<hr>
92
91
<div class="refsect2">
100
99
<div class="refsect2">
101
100
<a name="EvSidebarPrivate"></a><h3>EvSidebarPrivate</h3>
102
101
<pre class="programlisting">typedef struct _EvSidebarPrivate EvSidebarPrivate;</pre>
103
 
<p>
104
 
</p>
105
102
</div>
106
103
<hr>
107
104
<div class="refsect2">
108
105
<a name="ev-sidebar-new"></a><h3>ev_sidebar_new ()</h3>
109
106
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         ev_sidebar_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
110
 
<p>
111
 
</p>
112
107
</div>
113
108
<hr>
114
109
<div class="refsect2">
115
110
<a name="ev-sidebar-add-page"></a><h3>ev_sidebar_add_page ()</h3>
116
111
<pre class="programlisting"><span class="returnvalue">void</span>                ev_sidebar_add_page                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
117
112
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *main_widget</code></em>);</pre>
118
 
<p>
119
 
</p>
120
113
</div>
121
114
<hr>
122
115
<div class="refsect2">
123
116
<a name="ev-sidebar-set-page"></a><h3>ev_sidebar_set_page ()</h3>
124
117
<pre class="programlisting"><span class="returnvalue">void</span>                ev_sidebar_set_page                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
125
118
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *main_widget</code></em>);</pre>
126
 
<p>
127
 
</p>
128
119
</div>
129
120
<hr>
130
121
<div class="refsect2">
144
135
</div>
145
136
<div class="footer">
146
137
<hr>
147
 
          Generated by GTK-Doc V1.19.1</div>
 
138
          Generated by GTK-Doc V1.19</div>
148
139
</body>
149
140
</html>
 
 
b'\\ No newline at end of file'