~ubuntu-branches/ubuntu/natty/evince/natty

« back to all changes in this revision

Viewing changes to help/reference/shell/html/EvSidebar.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-28 10:15:25 UTC
  • mfrom: (1.1.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20100628101525-rwjeumfvoof391k6
Tags: 2.30.3-0ubuntu2
* New upstream release:
  - Fix cbz comics (Juanjo Marín)
  - Don't save print settings that are document specific into global
    file, since they are already saved in per file metadata
    (Carlos Garcia Campos)
  - Reload presentation view when document changes (Carlos Garcia Campos)
    (LP: #594967)
  - Fix opening cbz files with [] in archive (Juanjo Marín)
  - Fix fade animations in presentation mode (Carlos Garcia Campos)
  - Fix a crash when starting animations in presentation mode
    (Carlos Garcia Campos)
  - Fix localization on Windows (Hib Eris)
  - Allow opening documents specified by relative path in
    evince-previewer (Marek Kasik)
  - Fix opening files with '#' in its name (Carlos Garcia Campos)
  - Accept input focus on annotation windows (Carlos Garcia Campos)
  - Respect GNOME22_USER_DIR env variable in ev-daemon (Carlos
    Garcia Campos)
  - Fix a crash when user directory doesn't exist (Carlos Garcia Campos)
  - Translation updates
* debian/rules:
  - bump DEB_DH_MAKESHLIBS_ARGS
* Remove debian/patches/02_fix_dot_dir_creation.patch,
  debian/patches/03_fix_opening_hash_filename.patch:
  - in current release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="evince-frontend.html" title="Part I. Frontend">
9
9
<link rel="prev" href="EvSidebarLinks.html" title="EvSidebarLinks">
10
10
<link rel="next" href="evince-ev-properties-license.html" title="ev-properties-license">
11
 
<meta name="generator" content="GTK-Doc V1.14.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
46
46
<pre class="synopsis">                    <a class="link" href="EvSidebar.html#EvSidebar-struct" title="EvSidebar">EvSidebar</a>;
47
47
                    <a class="link" href="EvSidebar.html#EvSidebarClass" title="EvSidebarClass">EvSidebarClass</a>;
48
48
                    <a class="link" href="EvSidebar.html#EvSidebarPrivate" title="EvSidebarPrivate">EvSidebarPrivate</a>;
49
 
<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="EvSidebar.html#ev-sidebar-new" title="ev_sidebar_new ()">ev_sidebar_new</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
 
49
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="EvSidebar.html#ev-sidebar-new" title="ev_sidebar_new ()">ev_sidebar_new</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="EvSidebar.html#ev-sidebar-add-page" title="ev_sidebar_add_page ()">ev_sidebar_add_page</a>                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
51
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);
 
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);
52
52
<span class="returnvalue">void</span>                <a class="link" href="EvSidebar.html#ev-sidebar-set-page" title="ev_sidebar_set_page ()">ev_sidebar_set_page</a>                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
53
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);
54
54
<span class="returnvalue">void</span>                <a class="link" href="EvSidebar.html#ev-sidebar-set-model" title="ev_sidebar_set_model ()">ev_sidebar_set_model</a>                (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *sidebar</code></em>,
55
55
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/libevview/libevview-ev-document-model.html#EvDocumentModel"><span class="type">EvDocumentModel</span></a> *model</code></em>);
56
56
</pre>
58
58
<div class="refsect1" title="Object Hierarchy">
59
59
<a name="EvSidebar.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
60
<pre class="synopsis">
61
 
  <a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
62
 
   +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
63
 
         +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
64
 
               +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
65
 
                     +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
66
 
                           +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkBox.html">GtkBox</a>
67
 
                                 +----<a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkVBox.html">GtkVBox</a>
 
61
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
62
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
63
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
 
64
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
 
65
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
 
66
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html">GtkBox</a>
 
67
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkVBox.html">GtkVBox</a>
68
68
                                       +----EvSidebar
69
69
</pre>
70
70
</div>
72
72
<a name="EvSidebar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
73
73
<p>
74
74
EvSidebar implements
75
 
 AtkImplementorIface,  <a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  <a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
 
75
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk/unstable/GtkBuildable.html">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
76
76
</div>
77
77
<div class="refsect1" title="Properties">
78
78
<a name="EvSidebar.properties"></a><h2>Properties</h2>
79
79
<pre class="synopsis">
80
 
  "<a class="link" href="EvSidebar.html#EvSidebar--current-page" title='The "current-page" property'>current-page</a>"             <a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write
 
80
  "<a class="link" href="EvSidebar.html#EvSidebar--current-page" title='The "current-page" property'>current-page</a>"             <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write
81
81
</pre>
82
82
</div>
83
83
<div class="refsect1" title="Description">
111
111
<hr>
112
112
<div class="refsect2" title="ev_sidebar_new ()">
113
113
<a name="ev-sidebar-new"></a><h3>ev_sidebar_new ()</h3>
114
 
<pre class="programlisting"><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         ev_sidebar_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
114
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         ev_sidebar_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
115
115
<p>
116
116
</p>
117
117
<div class="variablelist"><table border="0">
127
127
<div class="refsect2" title="ev_sidebar_add_page ()">
128
128
<a name="ev-sidebar-add-page"></a><h3>ev_sidebar_add_page ()</h3>
129
129
<pre class="programlisting"><span class="returnvalue">void</span>                ev_sidebar_add_page                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
130
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);</pre>
 
130
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);</pre>
131
131
<p>
132
132
</p>
133
133
<div class="variablelist"><table border="0">
150
150
<div class="refsect2" title="ev_sidebar_set_page ()">
151
151
<a name="ev-sidebar-set-page"></a><h3>ev_sidebar_set_page ()</h3>
152
152
<pre class="programlisting"><span class="returnvalue">void</span>                ev_sidebar_set_page                 (<em class="parameter"><code><a class="link" href="EvSidebar.html" title="EvSidebar"><span class="type">EvSidebar</span></a> *ev_sidebar</code></em>,
153
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);</pre>
 
153
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *main_widget</code></em>);</pre>
154
154
<p>
155
155
</p>
156
156
<div class="variablelist"><table border="0">
180
180
<a name="EvSidebar.property-details"></a><h2>Property Details</h2>
181
181
<div class="refsect2" title='The "current-page" property'>
182
182
<a name="EvSidebar--current-page"></a><h3>The <code class="literal">"current-page"</code> property</h3>
183
 
<pre class="programlisting">  "current-page"             <a href="/home/carlos/gnome-cvs/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
 
183
<pre class="programlisting">  "current-page"             <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
184
184
<p>The currently visible page.</p>
185
185
</div>
186
186
</div>
187
187
</div>
188
188
<div class="footer">
189
189
<hr>
190
 
          Generated by GTK-Doc V1.14.1</div>
 
190
          Generated by GTK-Doc V1.15.1</div>
191
191
</body>
192
192
</html>
 
 
b'\\ No newline at end of file'