~ubuntu-branches/ubuntu/hardy/evince/hardy

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-selection.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-27 22:31:42 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127223142-v41zyp2ulj6g22n6
Tags: 2.20.2-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
38
38
<td><a accesskey="n" href="pt03.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
39
39
</tr>
40
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2635371" class="shortcut">Top</a>
 
40
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2897583" class="shortcut">Top</a>
41
41
                  &#160;|&#160;
42
 
                  <a href="#id2635628" class="shortcut">Description</a></nobr></td></tr>
 
42
                  <a href="#id2897841" class="shortcut">Description</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-selection"></a><div class="titlepage"></div>
46
46
<div class="refnamediv"><table width="100%"><tr>
47
47
<td valign="top">
48
48
<h2>
49
 
<a name="id2635371"></a><span class="refentrytitle">ev-selection</span>
 
49
<a name="id2897583"></a><span class="refentrytitle">ev-selection</span>
50
50
</h2>
51
51
<p>ev-selection &#8212; </p>
52
52
</td>
98
98
</pre>
99
99
</div>
100
100
<div class="refsect1" lang="en">
101
 
<a name="id2635628"></a><h2>Description</h2>
 
101
<a name="id2897841"></a><h2>Description</h2>
102
102
<p>
103
103
 
104
104
</p>
105
105
</div>
106
106
<div class="refsect1" lang="en">
107
 
<a name="id2635643"></a><h2>Details</h2>
 
107
<a name="id2897855"></a><h2>Details</h2>
108
108
<div class="refsect2" lang="en">
109
 
<a name="id2635653"></a><h3>
 
109
<a name="id2897865"></a><h3>
110
110
<a name="EV-SELECTION-IFACE:CAPS"></a>EV_SELECTION_IFACE()</h3>
111
 
<a class="indexterm" name="id2635666"></a><pre class="programlisting">#define EV_SELECTION_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_SELECTION, EvSelectionIface))
 
111
<a class="indexterm" name="id2897879"></a><pre class="programlisting">#define EV_SELECTION_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_SELECTION, EvSelectionIface))
112
112
</pre>
113
113
<p>
114
114
 
127
127
</div>
128
128
<hr>
129
129
<div class="refsect2" lang="en">
130
 
<a name="id2635700"></a><h3>
 
130
<a name="id2897913"></a><h3>
131
131
<a name="EV-IS-SELECTION-IFACE:CAPS"></a>EV_IS_SELECTION_IFACE()</h3>
132
 
<a class="indexterm" name="id2635714"></a><pre class="programlisting">#define EV_IS_SELECTION_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_SELECTION))
 
132
<a class="indexterm" name="id2897926"></a><pre class="programlisting">#define EV_IS_SELECTION_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_SELECTION))
133
133
</pre>
134
134
<p>
135
135
 
148
148
</div>
149
149
<hr>
150
150
<div class="refsect2" lang="en">
151
 
<a name="id2635748"></a><h3>
 
151
<a name="id2897960"></a><h3>
152
152
<a name="EvSelectionStyle"></a>enum EvSelectionStyle</h3>
153
 
<a class="indexterm" name="id2635761"></a><pre class="programlisting">typedef enum {
 
153
<a class="indexterm" name="id2897974"></a><pre class="programlisting">typedef enum {
154
154
        EV_SELECTION_STYLE_GLYPH,
155
155
        EV_SELECTION_STYLE_WORD,
156
156
        EV_SELECTION_STYLE_LINE
162
162
</div>
163
163
<hr>
164
164
<div class="refsect2" lang="en">
165
 
<a name="id2635778"></a><h3>
 
165
<a name="id2897990"></a><h3>
166
166
<a name="EvSelection"></a>EvSelection</h3>
167
 
<a class="indexterm" name="id2635790"></a><pre class="programlisting">typedef struct _EvSelection EvSelection;</pre>
 
167
<a class="indexterm" name="id2898002"></a><pre class="programlisting">typedef struct _EvSelection EvSelection;</pre>
168
168
<p>
169
169
 
170
170
</p>
171
171
</div>
172
172
<hr>
173
173
<div class="refsect2" lang="en">
174
 
<a name="id2635805"></a><h3>
 
174
<a name="id2898017"></a><h3>
175
175
<a name="EvSelectionIface"></a>EvSelectionIface</h3>
176
 
<a class="indexterm" name="id2635818"></a><pre class="programlisting">typedef struct {
 
176
<a class="indexterm" name="id2898030"></a><pre class="programlisting">typedef struct {
177
177
        GTypeInterface base_iface;
178
178
 
179
179
        void        (* render_selection)     (EvSelection      *selection,
202
202
</div>
203
203
<hr>
204
204
<div class="refsect2" lang="en">
205
 
<a name="id2635847"></a><h3>
 
205
<a name="id2898059"></a><h3>
206
206
<a name="ev-selection-render-selection"></a>ev_selection_render_selection ()</h3>
207
 
<a class="indexterm" name="id2635860"></a><pre class="programlisting">void        ev_selection_render_selection   (<a href="evince-ev-selection.html#EvSelection">EvSelection</a> *selection,
 
207
<a class="indexterm" name="id2898072"></a><pre class="programlisting">void        ev_selection_render_selection   (<a href="evince-ev-selection.html#EvSelection">EvSelection</a> *selection,
208
208
                                             <a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
209
209
                                             <a
210
210
href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"
279
279
</div>
280
280
<hr>
281
281
<div class="refsect2" lang="en">
282
 
<a name="id2636055"></a><h3>
 
282
<a name="id2898267"></a><h3>
283
283
<a name="ev-selection-get-selected-text"></a>ev_selection_get_selected_text ()</h3>
284
 
<a class="indexterm" name="id2636069"></a><pre class="programlisting"><a
 
284
<a class="indexterm" name="id2898281"></a><pre class="programlisting"><a
285
285
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
286
286
>gchar</a>*      ev_selection_get_selected_text  (<a href="evince-ev-selection.html#EvSelection">EvSelection</a> *selection,
287
287
                                             <a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
330
330
</div>
331
331
<hr>
332
332
<div class="refsect2" lang="en">
333
 
<a name="id2636189"></a><h3>
 
333
<a name="id2898401"></a><h3>
334
334
<a name="ev-selection-get-selection-map"></a>ev_selection_get_selection_map ()</h3>
335
 
<a class="indexterm" name="id2636203"></a><pre class="programlisting"><a
 
335
<a class="indexterm" name="id2898415"></a><pre class="programlisting"><a
336
336
href="/usr/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html#GdkRegion"
337
337
>GdkRegion</a>*  ev_selection_get_selection_map  (<a href="evince-ev-selection.html#EvSelection">EvSelection</a> *selection,
338
338
                                             <a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc);</pre>
367
367
</div>
368
368
<hr>
369
369
<div class="refsect2" lang="en">
370
 
<a name="id2636280"></a><h3>
 
370
<a name="id2898493"></a><h3>
371
371
<a name="ev-selection-get-selection-region"></a>ev_selection_get_selection_region ()</h3>
372
 
<a class="indexterm" name="id2636294"></a><pre class="programlisting"><a
 
372
<a class="indexterm" name="id2898507"></a><pre class="programlisting"><a
373
373
href="/usr/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html#GdkRegion"
374
374
>GdkRegion</a>*  ev_selection_get_selection_region
375
375
                                            (<a href="evince-ev-selection.html#EvSelection">EvSelection</a> *selection,