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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvTooltip.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:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-ev-utils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2678543" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2940756" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2679672" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2941884" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvTooltip"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id2678543"></a><span class="refentrytitle">EvTooltip</span>
 
47
<a name="id2940756"></a><span class="refentrytitle">EvTooltip</span>
48
48
</h2>
49
49
<p>EvTooltip &#8212; </p>
50
50
</td>
74
74
</pre>
75
75
</div>
76
76
<div class="refsect1" lang="en">
77
 
<a name="id2679672"></a><h2>Description</h2>
 
77
<a name="id2941884"></a><h2>Description</h2>
78
78
<p>
79
79
 
80
80
</p>
81
81
</div>
82
82
<div class="refsect1" lang="en">
83
 
<a name="id2679686"></a><h2>Details</h2>
 
83
<a name="id2941898"></a><h2>Details</h2>
84
84
<div class="refsect2" lang="en">
85
 
<a name="id2679696"></a><h3>
 
85
<a name="id2941909"></a><h3>
86
86
<a name="EvTooltipPrivate"></a>EvTooltipPrivate</h3>
87
 
<a class="indexterm" name="id2679709"></a><pre class="programlisting">typedef struct _EvTooltipPrivate EvTooltipPrivate;</pre>
 
87
<a class="indexterm" name="id2941922"></a><pre class="programlisting">typedef struct _EvTooltipPrivate EvTooltipPrivate;</pre>
88
88
<p>
89
89
 
90
90
</p>
91
91
</div>
92
92
<hr>
93
93
<div class="refsect2" lang="en">
94
 
<a name="id2679725"></a><h3>
 
94
<a name="id2941937"></a><h3>
95
95
<a name="EvTooltip"></a>EvTooltip</h3>
96
 
<a class="indexterm" name="id2679737"></a><pre class="programlisting">typedef struct {
 
96
<a class="indexterm" name="id2941949"></a><pre class="programlisting">typedef struct {
97
97
        GtkWindow base_instance;
98
98
 
99
99
        GtkWidget *parent;
107
107
</div>
108
108
<hr>
109
109
<div class="refsect2" lang="en">
110
 
<a name="id2679753"></a><h3>
 
110
<a name="id2941966"></a><h3>
111
111
<a name="ev-tooltip-new"></a>ev_tooltip_new ()</h3>
112
 
<a class="indexterm" name="id2679766"></a><pre class="programlisting"><a
 
112
<a class="indexterm" name="id2941978"></a><pre class="programlisting"><a
113
113
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
114
114
>GtkWidget</a>*  ev_tooltip_new                  (<a
115
115
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
139
139
</div>
140
140
<hr>
141
141
<div class="refsect2" lang="en">
142
 
<a name="id2679822"></a><h3>
 
142
<a name="id2942034"></a><h3>
143
143
<a name="ev-tooltip-set-text"></a>ev_tooltip_set_text ()</h3>
144
 
<a class="indexterm" name="id2679836"></a><pre class="programlisting">void        ev_tooltip_set_text             (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip,
 
144
<a class="indexterm" name="id2942048"></a><pre class="programlisting">void        ev_tooltip_set_text             (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip,
145
145
                                             const char *text);</pre>
146
146
<p>
147
147
 
168
168
</div>
169
169
<hr>
170
170
<div class="refsect2" lang="en">
171
 
<a name="id2679902"></a><h3>
 
171
<a name="id2942115"></a><h3>
172
172
<a name="ev-tooltip-set-position"></a>ev_tooltip_set_position ()</h3>
173
 
<a class="indexterm" name="id2679916"></a><pre class="programlisting">void        ev_tooltip_set_position         (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip,
 
173
<a class="indexterm" name="id2942128"></a><pre class="programlisting">void        ev_tooltip_set_position         (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip,
174
174
                                             int x,
175
175
                                             int y);</pre>
176
176
<p>
204
204
</div>
205
205
<hr>
206
206
<div class="refsect2" lang="en">
207
 
<a name="id2680002"></a><h3>
 
207
<a name="id2942215"></a><h3>
208
208
<a name="ev-tooltip-activate"></a>ev_tooltip_activate ()</h3>
209
 
<a class="indexterm" name="id2680016"></a><pre class="programlisting">void        ev_tooltip_activate             (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip);</pre>
 
209
<a class="indexterm" name="id2942228"></a><pre class="programlisting">void        ev_tooltip_activate             (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip);</pre>
210
210
<p>
211
211
 
212
212
</p>
224
224
</div>
225
225
<hr>
226
226
<div class="refsect2" lang="en">
227
 
<a name="id2680061"></a><h3>
 
227
<a name="id2942274"></a><h3>
228
228
<a name="ev-tooltip-deactivate"></a>ev_tooltip_deactivate ()</h3>
229
 
<a class="indexterm" name="id2680075"></a><pre class="programlisting">void        ev_tooltip_deactivate           (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip);</pre>
 
229
<a class="indexterm" name="id2942287"></a><pre class="programlisting">void        ev_tooltip_deactivate           (<a href="evince-EvTooltip.html#EvTooltip">EvTooltip</a> *tooltip);</pre>
230
230
<p>
231
231
 
232
232
</p>