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

« back to all changes in this revision

Viewing changes to help/reference/libdocument/html/EvSelection.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 Document Library Reference Manual: EvSelection</title>
 
5
<title>EvSelection</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evince Document Library Reference Manual">
8
8
<link rel="up" href="document-interfaces.html" title="Part I. Document Interfaces">
9
9
<link rel="prev" href="EvDocumentTransition.html" title="EvDocumentTransition">
10
10
<link rel="next" href="EvFileExporter.html" title="EvFileExporter">
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="EvDocumentTransition.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="document-interfaces.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 Document Library Reference Manual</th>
 
21
<td><a accesskey="n" href="EvFileExporter.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="#EvSelection.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvSelection.description" class="shortcut">Description</a>
20
27
                   | 
21
28
                  <a href="#EvSelection.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
 
</td>
23
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
 
<td><a accesskey="u" href="document-interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
 
<td><a accesskey="p" href="EvDocumentTransition.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
 
<td><a accesskey="n" href="EvFileExporter.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
 
</tr></table>
 
29
</td></tr>
 
30
</table>
28
31
<div class="refentry">
29
32
<a name="EvSelection"></a><div class="titlepage"></div>
30
33
<div class="refnamediv"><table width="100%"><tr>
41
44
struct              <a class="link" href="EvSelection.html#EvSelectionInterface" title="struct EvSelectionInterface">EvSelectionInterface</a>;
42
45
<span class="returnvalue">void</span>                <a class="link" href="EvSelection.html#ev-selection-render-selection" title="ev_selection_render_selection ()">ev_selection_render_selection</a>       (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
43
46
                                                         <em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
44
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> **surface</code></em>,
 
47
                                                         <em class="parameter"><code><span class="type">cairo_surface_t</span> **surface</code></em>,
45
48
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>,
46
49
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *old_points</code></em>,
47
50
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
51
54
                                                         <em class="parameter"><code><a class="link" href="EvPage.html" title="EvPage"><span class="type">EvPage</span></a> *page</code></em>,
52
55
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
53
56
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>);
54
 
<a href="/home/carlos/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> *    <a class="link" href="EvSelection.html#ev-selection-get-selection-region" title="ev_selection_get_selection_region ()">ev_selection_get_selection_region</a>   (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
 
57
<span class="returnvalue">cairo_region_t</span> *    <a class="link" href="EvSelection.html#ev-selection-get-selection-region" title="ev_selection_get_selection_region ()">ev_selection_get_selection_region</a>   (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
55
58
                                                         <em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
56
59
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
57
60
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>);
70
73
</div>
71
74
<div class="refsect1">
72
75
<a name="EvSelection.description"></a><h2>Description</h2>
73
 
<p>
74
 
</p>
75
76
</div>
76
77
<div class="refsect1">
77
78
<a name="EvSelection.details"></a><h2>Details</h2>
83
84
        EV_SELECTION_STYLE_LINE
84
85
} EvSelectionStyle;
85
86
</pre>
86
 
<p>
87
 
</p>
88
87
<div class="variablelist"><table border="0" class="variablelist">
89
88
<colgroup>
90
89
<col align="left" valign="top">
93
92
<tbody>
94
93
<tr>
95
94
<td><p><a name="EV-SELECTION-STYLE-GLYPH:CAPS"></a><span class="term"><code class="literal">EV_SELECTION_STYLE_GLYPH</code></span></p></td>
96
 
<td>
97
 
</td>
 
95
<td></td>
98
96
</tr>
99
97
<tr>
100
98
<td><p><a name="EV-SELECTION-STYLE-WORD:CAPS"></a><span class="term"><code class="literal">EV_SELECTION_STYLE_WORD</code></span></p></td>
101
 
<td>
102
 
</td>
 
99
<td></td>
103
100
</tr>
104
101
<tr>
105
102
<td><p><a name="EV-SELECTION-STYLE-LINE:CAPS"></a><span class="term"><code class="literal">EV_SELECTION_STYLE_LINE</code></span></p></td>
106
 
<td>
107
 
</td>
 
103
<td></td>
108
104
</tr>
109
105
</tbody>
110
106
</table></div>
113
109
<div class="refsect2">
114
110
<a name="EvSelection-struct"></a><h3>EvSelection</h3>
115
111
<pre class="programlisting">typedef struct _EvSelection EvSelection;</pre>
116
 
<p>
117
 
</p>
118
112
</div>
119
113
<hr>
120
114
<div class="refsect2">
146
140
<a name="ev-selection-render-selection"></a><h3>ev_selection_render_selection ()</h3>
147
141
<pre class="programlisting"><span class="returnvalue">void</span>                ev_selection_render_selection       (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
148
142
                                                         <em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
149
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> **surface</code></em>,
 
143
                                                         <em class="parameter"><code><span class="type">cairo_surface_t</span> **surface</code></em>,
150
144
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>,
151
145
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *old_points</code></em>,
152
146
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
153
147
                                                         <em class="parameter"><code><span class="type">GdkColor</span> *text</code></em>,
154
148
                                                         <em class="parameter"><code><span class="type">GdkColor</span> *base</code></em>);</pre>
155
 
<p>
156
 
</p>
157
149
</div>
158
150
<hr>
159
151
<div class="refsect2">
162
154
                                                         <em class="parameter"><code><a class="link" href="EvPage.html" title="EvPage"><span class="type">EvPage</span></a> *page</code></em>,
163
155
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
164
156
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>);</pre>
165
 
<p>
166
 
</p>
167
157
</div>
168
158
<hr>
169
159
<div class="refsect2">
170
160
<a name="ev-selection-get-selection-region"></a><h3>ev_selection_get_selection_region ()</h3>
171
 
<pre class="programlisting"><a href="/home/carlos/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> *    ev_selection_get_selection_region   (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
 
161
<pre class="programlisting"><span class="returnvalue">cairo_region_t</span> *    ev_selection_get_selection_region   (<em class="parameter"><code><a class="link" href="EvSelection.html" title="EvSelection"><span class="type">EvSelection</span></a> *selection</code></em>,
172
162
                                                         <em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
173
163
                                                         <em class="parameter"><code><a class="link" href="EvSelection.html#EvSelectionStyle"><span class="type">EvSelectionStyle</span></a> style</code></em>,
174
164
                                                         <em class="parameter"><code><a class="link" href="EvDocument.html#EvRectangle"><span class="type">EvRectangle</span></a> *points</code></em>);</pre>
175
 
<p>
176
 
</p>
177
165
</div>
178
166
</div>
179
167
</div>
180
168
<div class="footer">
181
169
<hr>
182
 
          Generated by GTK-Doc V1.19.1</div>
 
170
          Generated by GTK-Doc V1.19</div>
183
171
</body>
184
172
</html>
 
 
b'\\ No newline at end of file'