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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvPasswordView.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

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-EvPasswordDialog.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="#id3144819" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2854607" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id3144894" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2854682" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvPasswordView"></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="id3144819"></a><span class="refentrytitle">EvPasswordView</span>
 
47
<a name="id2854607"></a><span class="refentrytitle">EvPasswordView</span>
48
48
</h2>
49
49
<p>EvPasswordView &#8212; </p>
50
50
</td>
67
67
</pre>
68
68
</div>
69
69
<div class="refsect1" lang="en">
70
 
<a name="id3144894"></a><h2>Description</h2>
 
70
<a name="id2854682"></a><h2>Description</h2>
71
71
<p>
72
72
 
73
73
</p>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id3144908"></a><h2>Details</h2>
 
76
<a name="id2854696"></a><h2>Details</h2>
77
77
<div class="refsect2" lang="en">
78
 
<a name="id3144918"></a><h3>
 
78
<a name="id2854706"></a><h3>
79
79
<a name="EvPasswordViewPrivate"></a>EvPasswordViewPrivate</h3>
80
 
<a class="indexterm" name="id3144932"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
 
80
<a class="indexterm" name="id2854720"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
81
81
<p>
82
82
 
83
83
</p>
84
84
</div>
85
85
<hr>
86
86
<div class="refsect2" lang="en">
87
 
<a name="id3144948"></a><h3>
 
87
<a name="id2854736"></a><h3>
88
88
<a name="EvPasswordView"></a>EvPasswordView</h3>
89
 
<a class="indexterm" name="id3144961"></a><pre class="programlisting">typedef struct {
 
89
<a class="indexterm" name="id2854748"></a><pre class="programlisting">typedef struct {
90
90
        GtkViewport parent_instance;
91
91
        EvPasswordViewPrivate *priv;
92
92
} EvPasswordView;
97
97
</div>
98
98
<hr>
99
99
<div class="refsect2" lang="en">
100
 
<a name="id3144977"></a><h3>
 
100
<a name="id2854765"></a><h3>
101
101
<a name="ev-password-view-new"></a>ev_password_view_new ()</h3>
102
 
<a class="indexterm" name="id3144990"></a><pre class="programlisting"><a
 
102
<a class="indexterm" name="id2854778"></a><pre class="programlisting"><a
103
103
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
104
104
>GtkWidget</a>*  ev_password_view_new            (void);</pre>
105
105
<p>
119
119
</div>
120
120
<hr>
121
121
<div class="refsect2" lang="en">
122
 
<a name="id3145026"></a><h3>
 
122
<a name="id2854814"></a><h3>
123
123
<a name="ev-password-view-set-file-name"></a>ev_password_view_set_file_name ()</h3>
124
 
<a class="indexterm" name="id3145040"></a><pre class="programlisting">void        ev_password_view_set_file_name  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
 
124
<a class="indexterm" name="id2854828"></a><pre class="programlisting">void        ev_password_view_set_file_name  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
125
125
                                             const char *file_name);</pre>
126
126
<p>
127
127