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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvSidebarLinks.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="evince-ev-sidebar-page.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="#id2674826" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2937039" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2675346" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2937558" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvSidebarLinks"></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="id2674826"></a><span class="refentrytitle">EvSidebarLinks</span>
 
47
<a name="id2937039"></a><span class="refentrytitle">EvSidebarLinks</span>
48
48
</h2>
49
49
<p>EvSidebarLinks &#8212; </p>
50
50
</td>
65
65
</pre>
66
66
</div>
67
67
<div class="refsect1" lang="en">
68
 
<a name="id2675346"></a><h2>Description</h2>
 
68
<a name="id2937558"></a><h2>Description</h2>
69
69
<p>
70
70
 
71
71
</p>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id2675360"></a><h2>Details</h2>
 
74
<a name="id2937572"></a><h2>Details</h2>
75
75
<div class="refsect2" lang="en">
76
 
<a name="id2675370"></a><h3>
 
76
<a name="id2937583"></a><h3>
77
77
<a name="EvSidebarLinksPrivate"></a>EvSidebarLinksPrivate</h3>
78
 
<a class="indexterm" name="id2675384"></a><pre class="programlisting">typedef struct _EvSidebarLinksPrivate EvSidebarLinksPrivate;</pre>
 
78
<a class="indexterm" name="id2937596"></a><pre class="programlisting">typedef struct _EvSidebarLinksPrivate EvSidebarLinksPrivate;</pre>
79
79
<p>
80
80
 
81
81
</p>
82
82
</div>
83
83
<hr>
84
84
<div class="refsect2" lang="en">
85
 
<a name="id2675400"></a><h3>
 
85
<a name="id2937612"></a><h3>
86
86
<a name="EvSidebarLinks"></a>EvSidebarLinks</h3>
87
 
<a class="indexterm" name="id2675413"></a><pre class="programlisting">typedef struct {
 
87
<a class="indexterm" name="id2937625"></a><pre class="programlisting">typedef struct {
88
88
        GtkVBox base_instance;
89
89
 
90
90
        EvSidebarLinksPrivate *priv;
96
96
</div>
97
97
<hr>
98
98
<div class="refsect2" lang="en">
99
 
<a name="id2675429"></a><h3>
 
99
<a name="id2937641"></a><h3>
100
100
<a name="ev-sidebar-links-new"></a>ev_sidebar_links_new ()</h3>
101
 
<a class="indexterm" name="id2675442"></a><pre class="programlisting"><a
 
101
<a class="indexterm" name="id2937655"></a><pre class="programlisting"><a
102
102
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
103
103
>GtkWidget</a>*  ev_sidebar_links_new            (void);</pre>
104
104
<p>