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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-window-title.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-26 10:27:02 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126102702-fuhptvu6n6ycva3u
Tags: 2.20.1-2ubuntu1
* 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/02_autoconf.patch:
  - configure update
* 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:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>ev-window-title</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="Evince Programmer's Reference Manual">
8
 
<link rel="up" href="pt04.html" title="Part&#160;IV.&#160; Evince Frontend">
 
8
<link rel="up" href="pt04.html" title="Part&#160;IV.&#160;
 
9
       Evince Frontend
 
10
      ">
9
11
<link rel="prev" href="evince-ev-view.html" title="ev-view">
10
12
<link rel="next" href="EvWindow.html" title="EvWindow">
11
 
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
13
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
12
14
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part&#160;I.&#160; Document interfaces">
14
 
<link rel="part" href="pt02.html" title="Part&#160;II.&#160; Document data">
15
 
<link rel="part" href="pt03.html" title="Part&#160;III.&#160; Helper functions">
16
 
<link rel="part" href="pt04.html" title="Part&#160;IV.&#160; Evince Frontend">
 
15
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;
 
16
    Document interfaces
 
17
   ">
 
18
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;
 
19
      Document data
 
20
     ">
 
21
<link rel="part" href="pt03.html" title="Part&#160;III.&#160;
 
22
      Helper functions
 
23
     ">
 
24
<link rel="part" href="pt04.html" title="Part&#160;IV.&#160;
 
25
       Evince Frontend
 
26
      ">
17
27
<link rel="index" href="ix01.html" title="Index">
18
28
</head>
19
29
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
25
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
36
<td><a accesskey="n" href="EvWindow.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
37
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2799101" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2695244" class="shortcut">Top</a>
29
39
                  &#160;|&#160;
30
 
                  <a href="#id2799270" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2695412" class="shortcut">Description</a></nobr></td></tr>
31
41
</table>
32
42
<div class="refentry" lang="en">
33
43
<a name="evince-ev-window-title"></a><div class="titlepage"></div>
34
44
<div class="refnamediv"><table width="100%"><tr>
35
45
<td valign="top">
36
46
<h2>
37
 
<a name="id2799101"></a><span class="refentrytitle">ev-window-title</span>
 
47
<a name="id2695244"></a><span class="refentrytitle">ev-window-title</span>
38
48
</h2>
39
 
<p>ev-window-title</p>
 
49
<p>ev-window-title &#8212; </p>
40
50
</td>
41
51
<td valign="top" align="right"></td>
42
52
</tr></table></div>
46
56
 
47
57
 
48
58
 
49
 
                    <a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>;
50
 
enum                <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a>;
51
 
<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>*      <a href="evince-ev-window-title.html#ev-window-title-new">ev_window_title_new</a>                 (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *window);
52
 
void                <a href="evince-ev-window-title.html#ev-window-title-set-type">ev_window_title_set_type</a>            (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
53
 
                                                         <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a> type);
54
 
void                <a href="evince-ev-window-title.html#ev-window-title-set-document">ev_window_title_set_document</a>        (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
55
 
                                                         <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);
56
 
void                <a href="evince-ev-window-title.html#ev-window-title-set-uri">ev_window_title_set_uri</a>             (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
57
 
                                                         const char *uri);
58
 
void                <a href="evince-ev-window-title.html#ev-window-title-free">ev_window_title_free</a>                (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title);
 
59
            <a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>;
 
60
enum        <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a>;
 
61
<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>* <a href="evince-ev-window-title.html#ev-window-title-new">ev_window_title_new</a>          (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *window);
 
62
void        <a href="evince-ev-window-title.html#ev-window-title-set-type">ev_window_title_set_type</a>        (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
63
                                             <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a> type);
 
64
void        <a href="evince-ev-window-title.html#ev-window-title-set-document">ev_window_title_set_document</a>    (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
65
                                             <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);
 
66
void        <a href="evince-ev-window-title.html#ev-window-title-set-uri">ev_window_title_set_uri</a>         (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
67
                                             const char *uri);
 
68
void        <a href="evince-ev-window-title.html#ev-window-title-free">ev_window_title_free</a>            (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title);
59
69
</pre>
60
70
</div>
61
71
<div class="refsect1" lang="en">
62
 
<a name="id2799270"></a><h2>Description</h2>
 
72
<a name="id2695412"></a><h2>Description</h2>
63
73
<p>
64
74
 
65
75
</p>
66
76
</div>
67
77
<div class="refsect1" lang="en">
68
 
<a name="id2799285"></a><h2>Details</h2>
 
78
<a name="id2695427"></a><h2>Details</h2>
69
79
<div class="refsect2" lang="en">
70
 
<a name="id2799295"></a><h3>
 
80
<a name="id2695437"></a><h3>
71
81
<a name="EvWindowTitle"></a>EvWindowTitle</h3>
72
 
<a class="indexterm" name="id2799308"></a><pre class="programlisting">typedef struct _EvWindowTitle EvWindowTitle;</pre>
 
82
<a class="indexterm" name="id2695450"></a><pre class="programlisting">typedef struct _EvWindowTitle EvWindowTitle;</pre>
73
83
<p>
74
84
 
75
85
</p>
76
86
</div>
77
87
<hr>
78
88
<div class="refsect2" lang="en">
79
 
<a name="id2799323"></a><h3>
 
89
<a name="id2695466"></a><h3>
80
90
<a name="EvWindowTitleType"></a>enum EvWindowTitleType</h3>
81
 
<a class="indexterm" name="id2799337"></a><pre class="programlisting">typedef enum
 
91
<a class="indexterm" name="id2695479"></a><pre class="programlisting">typedef enum
82
92
{
83
93
        EV_WINDOW_TITLE_DOCUMENT,
84
94
        EV_WINDOW_TITLE_PASSWORD
90
100
</div>
91
101
<hr>
92
102
<div class="refsect2" lang="en">
93
 
<a name="id2799353"></a><h3>
 
103
<a name="id2695495"></a><h3>
94
104
<a name="ev-window-title-new"></a>ev_window_title_new ()</h3>
95
 
<a class="indexterm" name="id2799366"></a><pre class="programlisting"><a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>*      ev_window_title_new                 (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *window);</pre>
 
105
<a class="indexterm" name="id2695508"></a><pre class="programlisting"><a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a>* ev_window_title_new          (<a href="EvWindow.html" title="EvWindow">EvWindow</a> *window);</pre>
96
106
<p>
97
107
 
98
108
</p>
100
110
<col align="left" valign="top">
101
111
<tbody>
102
112
<tr>
103
 
<td><span class="term"><em class="parameter"><code>window</code></em>&#160;:</span></td>
 
113
<td>
 
114
<span class="term"><em class="parameter"><code>window</code></em>&#160;:</span></td>
104
115
<td>
105
116
</td>
106
117
</tr>
107
118
<tr>
108
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
119
<td>
 
120
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
109
121
<td>
110
122
 
111
123
 
116
128
</div>
117
129
<hr>
118
130
<div class="refsect2" lang="en">
119
 
<a name="id2799422"></a><h3>
 
131
<a name="id2695564"></a><h3>
120
132
<a name="ev-window-title-set-type"></a>ev_window_title_set_type ()</h3>
121
 
<a class="indexterm" name="id2799436"></a><pre class="programlisting">void                ev_window_title_set_type            (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
122
 
                                                         <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a> type);</pre>
 
133
<a class="indexterm" name="id2695578"></a><pre class="programlisting">void        ev_window_title_set_type        (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
134
                                             <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a> type);</pre>
123
135
<p>
124
136
 
125
137
</p>
127
139
<col align="left" valign="top">
128
140
<tbody>
129
141
<tr>
130
 
<td><span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
 
142
<td>
 
143
<span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
131
144
<td>
132
145
</td>
133
146
</tr>
134
147
<tr>
135
 
<td><span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></td>
 
148
<td>
 
149
<span class="term"><em class="parameter"><code>type</code></em>&#160;:</span></td>
136
150
<td>
137
151
 
138
152
 
143
157
</div>
144
158
<hr>
145
159
<div class="refsect2" lang="en">
146
 
<a name="id2799504"></a><h3>
 
160
<a name="id2695646"></a><h3>
147
161
<a name="ev-window-title-set-document"></a>ev_window_title_set_document ()</h3>
148
 
<a class="indexterm" name="id2799518"></a><pre class="programlisting">void                ev_window_title_set_document        (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
149
 
                                                         <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
 
162
<a class="indexterm" name="id2695660"></a><pre class="programlisting">void        ev_window_title_set_document    (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
163
                                             <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
150
164
<p>
151
165
 
152
166
</p>
154
168
<col align="left" valign="top">
155
169
<tbody>
156
170
<tr>
157
 
<td><span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
 
171
<td>
 
172
<span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
158
173
<td>
159
174
</td>
160
175
</tr>
161
176
<tr>
162
 
<td><span class="term"><em class="parameter"><code>document</code></em>&#160;:</span></td>
 
177
<td>
 
178
<span class="term"><em class="parameter"><code>document</code></em>&#160;:</span></td>
163
179
<td>
164
180
 
165
181
 
170
186
</div>
171
187
<hr>
172
188
<div class="refsect2" lang="en">
173
 
<a name="id2799587"></a><h3>
 
189
<a name="id2695728"></a><h3>
174
190
<a name="ev-window-title-set-uri"></a>ev_window_title_set_uri ()</h3>
175
 
<a class="indexterm" name="id2799600"></a><pre class="programlisting">void                ev_window_title_set_uri             (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
176
 
                                                         const char *uri);</pre>
 
191
<a class="indexterm" name="id2695741"></a><pre class="programlisting">void        ev_window_title_set_uri         (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
 
192
                                             const char *uri);</pre>
177
193
<p>
178
194
 
179
195
</p>
181
197
<col align="left" valign="top">
182
198
<tbody>
183
199
<tr>
184
 
<td><span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
 
200
<td>
 
201
<span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
185
202
<td>
186
203
</td>
187
204
</tr>
188
205
<tr>
189
 
<td><span class="term"><em class="parameter"><code>uri</code></em>&#160;:</span></td>
 
206
<td>
 
207
<span class="term"><em class="parameter"><code>uri</code></em>&#160;:</span></td>
190
208
<td>
191
209
 
192
210
 
197
215
</div>
198
216
<hr>
199
217
<div class="refsect2" lang="en">
200
 
<a name="id2799668"></a><h3>
 
218
<a name="id2695809"></a><h3>
201
219
<a name="ev-window-title-free"></a>ev_window_title_free ()</h3>
202
 
<a class="indexterm" name="id2799681"></a><pre class="programlisting">void                ev_window_title_free                (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title);</pre>
 
220
<a class="indexterm" name="id2695822"></a><pre class="programlisting">void        ev_window_title_free            (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title);</pre>
203
221
<p>
204
222
 
205
223
</p>
206
224
<div class="variablelist"><table border="0">
207
225
<col align="left" valign="top">
208
226
<tbody><tr>
209
 
<td><span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
 
227
<td>
 
228
<span class="term"><em class="parameter"><code>window_title</code></em>&#160;:</span></td>
210
229
<td>
211
230
 
212
231