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

« back to all changes in this revision

Viewing changes to help/reference/shell/html/EvSidebarLayers.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: EvSidebarLayers</title>
 
5
<title>EvSidebarLayers</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="EvHistory.html" title="EvHistory">
10
10
<link rel="next" href="EvPasswordView.html" title="EvPasswordView">
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="EvHistory.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="EvPasswordView.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="#EvSidebarLayers.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvSidebarLayers.description" class="shortcut">Description</a>
20
27
                   | 
23
30
                  <a href="#EvSidebarLayers.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
31
                   | 
25
32
                  <a href="#EvSidebarLayers.signals" class="shortcut">Signals</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="EvHistory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
 
<td><a accesskey="n" href="EvPasswordView.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="EvSidebarLayers"></a><div class="titlepage"></div>
34
37
<div class="refnamediv"><table width="100%"><tr>
71
74
</div>
72
75
<div class="refsect1">
73
76
<a name="EvSidebarLayers.description"></a><h2>Description</h2>
74
 
<p>
75
 
</p>
76
77
</div>
77
78
<div class="refsect1">
78
79
<a name="EvSidebarLayers.details"></a><h2>Details</h2>
79
80
<div class="refsect2">
80
81
<a name="EvSidebarLayers-struct"></a><h3>struct EvSidebarLayers</h3>
81
82
<pre class="programlisting">struct EvSidebarLayers;</pre>
82
 
<p>
83
 
</p>
84
83
</div>
85
84
<hr>
86
85
<div class="refsect2">
97
96
<div class="refsect2">
98
97
<a name="EvSidebarLayersPrivate"></a><h3>EvSidebarLayersPrivate</h3>
99
98
<pre class="programlisting">typedef struct _EvSidebarLayersPrivate EvSidebarLayersPrivate;</pre>
100
 
<p>
101
 
</p>
102
99
</div>
103
100
<hr>
104
101
<div class="refsect2">
105
102
<a name="ev-sidebar-layers-new"></a><h3>ev_sidebar_layers_new ()</h3>
106
103
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         ev_sidebar_layers_new               (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
107
 
<p>
108
 
</p>
109
104
</div>
110
105
</div>
111
106
<div class="refsect1">
119
114
</div>
120
115
<div class="footer">
121
116
<hr>
122
 
          Generated by GTK-Doc V1.19.1</div>
 
117
          Generated by GTK-Doc V1.19</div>
123
118
</body>
124
119
</html>
 
 
b'\\ No newline at end of file'