~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/reference/html/EvPageActionWidget.html

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
26
<td><a accesskey="n" href="evince-ev-page-cache.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3086175" class="shortcut">Top</a>
29
 
                  &#160;|&#160;
30
 
                  <a href="#id3086431" class="shortcut">Description</a>
31
 
                  &#160;|&#160;
32
 
                  <a href="#id3086294" class="shortcut">Object Hierarchy</a>
33
 
                  &#160;|&#160;
34
 
                  <a href="#id3086363" class="shortcut">Implemented Interfaces</a>
35
 
                  &#160;|&#160;
36
 
                  <a href="#id3086393" class="shortcut">Signals</a></nobr></td></tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2874030" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id2874287" class="shortcut">Description</a>
 
31
                  &#160;|&#160;
 
32
                  <a href="#id2874150" class="shortcut">Object Hierarchy</a>
 
33
                  &#160;|&#160;
 
34
                  <a href="#id2874219" class="shortcut">Implemented Interfaces</a>
 
35
                  &#160;|&#160;
 
36
                  <a href="#id2874249" class="shortcut">Signals</a></nobr></td></tr>
37
37
</table>
38
38
<div class="refentry" lang="en">
39
39
<a name="EvPageActionWidget"></a><div class="titlepage"></div>
40
40
<div class="refnamediv"><table width="100%"><tr>
41
41
<td valign="top">
42
42
<h2>
43
 
<a name="id3086175"></a><span class="refentrytitle">EvPageActionWidget</span>
 
43
<a name="id2874030"></a><span class="refentrytitle">EvPageActionWidget</span>
44
44
</h2>
45
45
<p>EvPageActionWidget</p>
46
46
</td>
68
68
</pre>
69
69
</div>
70
70
<div class="refsect1" lang="en">
71
 
<a name="id3086294"></a><h2>Object Hierarchy</h2>
 
71
<a name="id2874150"></a><h2>Object Hierarchy</h2>
72
72
<pre class="synopsis">
73
73
 
74
74
  <a
96
96
</pre>
97
97
</div>
98
98
<div class="refsect1" lang="en">
99
 
<a name="id3086363"></a><h2>Implemented Interfaces</h2>
 
99
<a name="id2874219"></a><h2>Implemented Interfaces</h2>
100
100
<p>
101
101
EvPageActionWidget implements
102
102
 <a
104
104
>GtkBuildable</a> and  AtkImplementorIface.</p>
105
105
</div>
106
106
<div class="refsect1" lang="en">
107
 
<a name="id3086393"></a><h2>Signals</h2>
 
107
<a name="id2874249"></a><h2>Signals</h2>
108
108
<pre class="synopsis">
109
109
 
110
110
  "<a class="link" href="EvPageActionWidget.html#EvPageActionWidget-activate-link">activate-link</a>"                                  : Run Last / Action
112
112
</pre>
113
113
</div>
114
114
<div class="refsect1" lang="en">
115
 
<a name="id3086431"></a><h2>Description</h2>
 
115
<a name="id2874287"></a><h2>Description</h2>
116
116
<p>
117
117
 
118
118
</p>
119
119
</div>
120
120
<div class="refsect1" lang="en">
121
 
<a name="id3086446"></a><h2>Details</h2>
 
121
<a name="id2874302"></a><h2>Details</h2>
122
122
<div class="refsect2" lang="en">
123
 
<a name="id3086456"></a><h3>
 
123
<a name="id2874312"></a><h3>
124
124
<a name="EV-TYPE-PAGE-ACTION-WIDGET:CAPS"></a>EV_TYPE_PAGE_ACTION_WIDGET</h3>
125
 
<a class="indexterm" name="id3086470"></a><pre class="programlisting">#define EV_TYPE_PAGE_ACTION_WIDGET (ev_page_action_widget_get_type ())
 
125
<a class="indexterm" name="id2874326"></a><pre class="programlisting">#define EV_TYPE_PAGE_ACTION_WIDGET (ev_page_action_widget_get_type ())
126
126
</pre>
127
127
<p>
128
128
 
130
130
</div>
131
131
<hr>
132
132
<div class="refsect2" lang="en">
133
 
<a name="id3086486"></a><h3>
 
133
<a name="id2874342"></a><h3>
134
134
<a name="EV-PAGE-ACTION-WIDGET:CAPS"></a>EV_PAGE_ACTION_WIDGET()</h3>
135
 
<a class="indexterm" name="id3086499"></a><pre class="programlisting">#define EV_PAGE_ACTION_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION_WIDGET, EvPageActionWidget))
 
135
<a class="indexterm" name="id2874355"></a><pre class="programlisting">#define EV_PAGE_ACTION_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION_WIDGET, EvPageActionWidget))
136
136
</pre>
137
137
<p>
138
138
 
150
150
</div>
151
151
<hr>
152
152
<div class="refsect2" lang="en">
153
 
<a name="id3086534"></a><h3>
 
153
<a name="id2874389"></a><h3>
154
154
<a name="EvPageActionWidget-struct"></a>EvPageActionWidget</h3>
155
 
<a class="indexterm" name="id3086547"></a><pre class="programlisting">typedef struct _EvPageActionWidget EvPageActionWidget;</pre>
 
155
<a class="indexterm" name="id2874403"></a><pre class="programlisting">typedef struct _EvPageActionWidget EvPageActionWidget;</pre>
156
156
<p>
157
157
 
158
158
</p>
159
159
</div>
160
160
<hr>
161
161
<div class="refsect2" lang="en">
162
 
<a name="id3086563"></a><h3>
 
162
<a name="id2874419"></a><h3>
163
163
<a name="ev-page-action-widget-get-type"></a>ev_page_action_widget_get_type ()</h3>
164
 
<a class="indexterm" name="id3086575"></a><pre class="programlisting"><a
 
164
<a class="indexterm" name="id2874431"></a><pre class="programlisting"><a
165
165
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
166
166
>GType</a>               ev_page_action_widget_get_type      (void);</pre>
167
167
<p>
180
180
</div>
181
181
<hr>
182
182
<div class="refsect2" lang="en">
183
 
<a name="id3086611"></a><h3>
 
183
<a name="id2874467"></a><h3>
184
184
<a name="ev-page-action-widget-update-model"></a>ev_page_action_widget_update_model ()</h3>
185
 
<a class="indexterm" name="id3086625"></a><pre class="programlisting">void                ev_page_action_widget_update_model  (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *proxy,
 
185
<a class="indexterm" name="id2874481"></a><pre class="programlisting">void                ev_page_action_widget_update_model  (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *proxy,
186
186
                                                         <a
187
187
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
188
188
>GtkTreeModel</a> *model);</pre>
209
209
</div>
210
210
<hr>
211
211
<div class="refsect2" lang="en">
212
 
<a name="id3086693"></a><h3>
 
212
<a name="id2874549"></a><h3>
213
213
<a name="ev-page-action-widget-set-page-cache"></a>ev_page_action_widget_set_page_cache ()</h3>
214
 
<a class="indexterm" name="id3086707"></a><pre class="programlisting">void                ev_page_action_widget_set_page_cache
 
214
<a class="indexterm" name="id2874563"></a><pre class="programlisting">void                ev_page_action_widget_set_page_cache
215
215
                                                        (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *action_widget,
216
216
                                                         <a class="link" href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
217
217
<p>
237
237
</div>
238
238
</div>
239
239
<div class="refsect1" lang="en">
240
 
<a name="id3086778"></a><h2>Signal Details</h2>
 
240
<a name="id2874634"></a><h2>Signal Details</h2>
241
241
<div class="refsect2" lang="en">
242
 
<a name="id3086788"></a><h3>
 
242
<a name="id2874644"></a><h3>
243
243
<a name="EvPageActionWidget-activate-link"></a>The <code class="literal">"activate-link"</code> signal</h3>
244
 
<a class="indexterm" name="id3086805"></a><pre class="programlisting">void                user_function                      (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *evpageactionwidget,
 
244
<a class="indexterm" name="id2874661"></a><pre class="programlisting">void                user_function                      (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *evpageactionwidget,
245
245
                                                        <a
246
246
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
247
247
>GObject</a>            *arg1,
274
274
</div>
275
275
<hr>
276
276
<div class="refsect2" lang="en">
277
 
<a name="id3086896"></a><h3>
 
277
<a name="id2874752"></a><h3>
278
278
<a name="EvPageActionWidget-activate-link"></a>The <code class="literal">"activate-link"</code> signal</h3>
279
 
<a class="indexterm" name="id3086912"></a><pre class="programlisting">void                user_function                      (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *evpageactionwidget,
 
279
<a class="indexterm" name="id2874768"></a><pre class="programlisting">void                user_function                      (<a class="link" href="EvPageActionWidget.html" title="EvPageActionWidget">EvPageActionWidget</a> *evpageactionwidget,
280
280
                                                        <a
281
281
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
282
282
>GObject</a>            *arg1,
309
309
</div>
310
310
</div>
311
311
<div class="refsect1" lang="en">
312
 
<a name="id3087005"></a><div class="refsect2" lang="en"><a name="id3087006"></a></div>
 
312
<a name="id2874862"></a><div class="refsect2" lang="en"><a name="id2874863"></a></div>
313
313
<hr>
314
 
<div class="refsect2" lang="en"><a name="id3087008"></a></div>
 
314
<div class="refsect2" lang="en"><a name="id2874864"></a></div>
315
315
</div>
316
316
</div>
317
317
</body>