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

« back to all changes in this revision

Viewing changes to help/reference/libview/html/libevview-ev-annotation-window.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 View Library Reference Manual: ev-annotation-window</title>
 
5
<title>ev-annotation-window</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evince View Library Reference Manual">
8
8
<link rel="up" href="view-view.html" title="Part I. Evince View">
9
9
<link rel="prev" href="view-view.html" title="Part I. Evince View">
10
10
<link rel="next" href="libevview-ev-view.html" title="ev-view">
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="view-view.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="view-view.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 View Library Reference Manual</th>
 
21
<td><a accesskey="n" href="libevview-ev-view.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="#libevview-ev-annotation-window.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#libevview-ev-annotation-window.description" class="shortcut">Description</a>
20
27
                   | 
25
32
                  <a href="#libevview-ev-annotation-window.properties" class="shortcut">Properties</a>
26
33
                   | 
27
34
                  <a href="#libevview-ev-annotation-window.signals" class="shortcut">Signals</a>
28
 
</td>
29
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
30
 
<td><a accesskey="u" href="view-view.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
31
 
<td><a accesskey="p" href="view-view.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
32
 
<td><a accesskey="n" href="libevview-ev-view.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
33
 
</tr></table>
 
35
</td></tr>
 
36
</table>
34
37
<div class="refentry">
35
38
<a name="libevview-ev-annotation-window"></a><div class="titlepage"></div>
36
39
<div class="refnamediv"><table width="100%"><tr>
92
95
</div>
93
96
<div class="refsect1">
94
97
<a name="libevview-ev-annotation-window.description"></a><h2>Description</h2>
95
 
<p>
96
 
</p>
97
98
</div>
98
99
<div class="refsect1">
99
100
<a name="libevview-ev-annotation-window.details"></a><h2>Details</h2>
100
101
<div class="refsect2">
101
102
<a name="EvAnnotationWindow-struct"></a><h3>EvAnnotationWindow</h3>
102
103
<pre class="programlisting">typedef struct _EvAnnotationWindow EvAnnotationWindow;</pre>
103
 
<p>
104
 
</p>
105
104
</div>
106
105
<hr>
107
106
<div class="refsect2">
108
107
<a name="EvAnnotationWindowClass"></a><h3>EvAnnotationWindowClass</h3>
109
108
<pre class="programlisting">typedef struct _EvAnnotationWindowClass EvAnnotationWindowClass;</pre>
110
 
<p>
111
 
</p>
112
109
</div>
113
110
<hr>
114
111
<div class="refsect2">
115
112
<a name="ev-annotation-window-new"></a><h3>ev_annotation_window_new ()</h3>
116
113
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         ev_annotation_window_new            (<em class="parameter"><code><a href="../libevdocument/EvAnnotation.html"><span class="type">EvAnnotation</span></a> *annot</code></em>,
117
114
                                                         <em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>);</pre>
118
 
<p>
119
 
</p>
120
115
</div>
121
116
<hr>
122
117
<div class="refsect2">
123
118
<a name="ev-annotation-window-get-annotation"></a><h3>ev_annotation_window_get_annotation ()</h3>
124
119
<pre class="programlisting"><a href="../libevdocument/EvAnnotation.html"><span class="returnvalue">EvAnnotation</span></a> *      ev_annotation_window_get_annotation (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>);</pre>
125
 
<p>
126
 
</p>
127
120
</div>
128
121
<hr>
129
122
<div class="refsect2">
130
123
<a name="ev-annotation-window-set-annotation"></a><h3>ev_annotation_window_set_annotation ()</h3>
131
124
<pre class="programlisting"><span class="returnvalue">void</span>                ev_annotation_window_set_annotation (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>,
132
125
                                                         <em class="parameter"><code><a href="../libevdocument/EvAnnotation.html"><span class="type">EvAnnotation</span></a> *annot</code></em>);</pre>
133
 
<p>
134
 
</p>
135
126
</div>
136
127
<hr>
137
128
<div class="refsect2">
138
129
<a name="ev-annotation-window-is-open"></a><h3>ev_annotation_window_is_open ()</h3>
139
130
<pre class="programlisting"><span class="returnvalue">gboolean</span>            ev_annotation_window_is_open        (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>);</pre>
140
 
<p>
141
 
</p>
142
131
</div>
143
132
<hr>
144
133
<div class="refsect2">
145
134
<a name="ev-annotation-window-get-rectangle"></a><h3>ev_annotation_window_get_rectangle ()</h3>
146
135
<pre class="programlisting"><span class="returnvalue">void</span>                ev_annotation_window_get_rectangle  (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>,
147
136
                                                         <em class="parameter"><code><a href="../libevdocument/EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *rect</code></em>);</pre>
148
 
<p>
149
 
</p>
150
137
</div>
151
138
<hr>
152
139
<div class="refsect2">
153
140
<a name="ev-annotation-window-set-rectangle"></a><h3>ev_annotation_window_set_rectangle ()</h3>
154
141
<pre class="programlisting"><span class="returnvalue">void</span>                ev_annotation_window_set_rectangle  (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>,
155
142
                                                         <em class="parameter"><code>const <a href="../libevdocument/EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *rect</code></em>);</pre>
156
 
<p>
157
 
</p>
158
143
</div>
159
144
<hr>
160
145
<div class="refsect2">
161
146
<a name="ev-annotation-window-grab-focus"></a><h3>ev_annotation_window_grab_focus ()</h3>
162
147
<pre class="programlisting"><span class="returnvalue">void</span>                ev_annotation_window_grab_focus     (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>);</pre>
163
 
<p>
164
 
</p>
165
148
</div>
166
149
<hr>
167
150
<div class="refsect2">
168
151
<a name="ev-annotation-window-ungrab-focus"></a><h3>ev_annotation_window_ungrab_focus ()</h3>
169
152
<pre class="programlisting"><span class="returnvalue">void</span>                ev_annotation_window_ungrab_focus   (<em class="parameter"><code><a class="link" href="libevview-ev-annotation-window.html#EvAnnotationWindow"><span class="type">EvAnnotationWindow</span></a> *window</code></em>);</pre>
170
 
<p>
171
 
</p>
172
153
</div>
173
154
</div>
174
155
<div class="refsect1">
204
185
</div>
205
186
<div class="footer">
206
187
<hr>
207
 
          Generated by GTK-Doc V1.19.1</div>
 
188
          Generated by GTK-Doc V1.19</div>
208
189
</body>
209
190
</html>
 
 
b'\\ No newline at end of file'