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

« 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-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="EvWindow.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="#id2695244" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2957456" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2695412" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2957625" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-window-title"></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="id2695244"></a><span class="refentrytitle">ev-window-title</span>
 
47
<a name="id2957456"></a><span class="refentrytitle">ev-window-title</span>
48
48
</h2>
49
49
<p>ev-window-title &#8212; </p>
50
50
</td>
69
69
</pre>
70
70
</div>
71
71
<div class="refsect1" lang="en">
72
 
<a name="id2695412"></a><h2>Description</h2>
 
72
<a name="id2957625"></a><h2>Description</h2>
73
73
<p>
74
74
 
75
75
</p>
76
76
</div>
77
77
<div class="refsect1" lang="en">
78
 
<a name="id2695427"></a><h2>Details</h2>
 
78
<a name="id2957639"></a><h2>Details</h2>
79
79
<div class="refsect2" lang="en">
80
 
<a name="id2695437"></a><h3>
 
80
<a name="id2957649"></a><h3>
81
81
<a name="EvWindowTitle"></a>EvWindowTitle</h3>
82
 
<a class="indexterm" name="id2695450"></a><pre class="programlisting">typedef struct _EvWindowTitle EvWindowTitle;</pre>
 
82
<a class="indexterm" name="id2957662"></a><pre class="programlisting">typedef struct _EvWindowTitle EvWindowTitle;</pre>
83
83
<p>
84
84
 
85
85
</p>
86
86
</div>
87
87
<hr>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id2695466"></a><h3>
 
89
<a name="id2957678"></a><h3>
90
90
<a name="EvWindowTitleType"></a>enum EvWindowTitleType</h3>
91
 
<a class="indexterm" name="id2695479"></a><pre class="programlisting">typedef enum
 
91
<a class="indexterm" name="id2957691"></a><pre class="programlisting">typedef enum
92
92
{
93
93
        EV_WINDOW_TITLE_DOCUMENT,
94
94
        EV_WINDOW_TITLE_PASSWORD
100
100
</div>
101
101
<hr>
102
102
<div class="refsect2" lang="en">
103
 
<a name="id2695495"></a><h3>
 
103
<a name="id2957707"></a><h3>
104
104
<a name="ev-window-title-new"></a>ev_window_title_new ()</h3>
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>
 
105
<a class="indexterm" name="id2957721"></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>
106
106
<p>
107
107
 
108
108
</p>
128
128
</div>
129
129
<hr>
130
130
<div class="refsect2" lang="en">
131
 
<a name="id2695564"></a><h3>
 
131
<a name="id2957777"></a><h3>
132
132
<a name="ev-window-title-set-type"></a>ev_window_title_set_type ()</h3>
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,
 
133
<a class="indexterm" name="id2957790"></a><pre class="programlisting">void        ev_window_title_set_type        (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
134
134
                                             <a href="evince-ev-window-title.html#EvWindowTitleType">EvWindowTitleType</a> type);</pre>
135
135
<p>
136
136
 
157
157
</div>
158
158
<hr>
159
159
<div class="refsect2" lang="en">
160
 
<a name="id2695646"></a><h3>
 
160
<a name="id2957858"></a><h3>
161
161
<a name="ev-window-title-set-document"></a>ev_window_title_set_document ()</h3>
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,
 
162
<a class="indexterm" name="id2957872"></a><pre class="programlisting">void        ev_window_title_set_document    (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
163
163
                                             <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
164
164
<p>
165
165
 
186
186
</div>
187
187
<hr>
188
188
<div class="refsect2" lang="en">
189
 
<a name="id2695728"></a><h3>
 
189
<a name="id2957940"></a><h3>
190
190
<a name="ev-window-title-set-uri"></a>ev_window_title_set_uri ()</h3>
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,
 
191
<a class="indexterm" name="id2957953"></a><pre class="programlisting">void        ev_window_title_set_uri         (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title,
192
192
                                             const char *uri);</pre>
193
193
<p>
194
194
 
215
215
</div>
216
216
<hr>
217
217
<div class="refsect2" lang="en">
218
 
<a name="id2695809"></a><h3>
 
218
<a name="id2958021"></a><h3>
219
219
<a name="ev-window-title-free"></a>ev_window_title_free ()</h3>
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>
 
220
<a class="indexterm" name="id2958034"></a><pre class="programlisting">void        ev_window_title_free            (<a href="evince-ev-window-title.html#EvWindowTitle">EvWindowTitle</a> *window_title);</pre>
221
221
<p>
222
222
 
223
223
</p>