~ubuntu-branches/ubuntu/jaunty/exo/jaunty

« back to all changes in this revision

Viewing changes to docs/reference/xml/exo-pango-extensions.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2009-01-22 19:59:39 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090122195939-z38rkxw9hmghekze
Tags: 0.3.93-0ubuntu1
* Merge from Debian pkg-xfce UNRELEASED, remaining Ubuntu changes:
  - debian/rules:
    + Removed mangling of helpers.rc
    + Add --enable-gtk-doc switch to configure
  - debian/control:
    + Add build-dep on gtk-doc-tools
  - debian/patches/04_update_helpers.patch:
    + Patched libexo's firefox helper desktop file to use firefox-3.0
      icon instead of firefox icon.
  - debian/patches/xubuntu-default-mount-options.patch:
    + change default mount options for vfat, iso9660, ntfs
* debian/rules:
  - Re-enabled quilt
* debian/patches/gcc-hardened.patch
  - Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="exo-Extensions-to-Pango">
2
2
<refmeta>
3
 
<refentrytitle role="top_of_page">Extensions to Pango</refentrytitle>
 
3
<refentrytitle role="top_of_page" id="exo-Extensions-to-Pango.top_of_page">Extensions to Pango</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>EXO Library</refmiscinfo>
6
6
</refmeta>
11
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
12
12
</refnamediv>
13
13
 
14
 
<refsynopsisdiv role="synopsis">
 
14
<refsynopsisdiv id="exo-Extensions-to-Pango.synopsis" role="synopsis">
15
15
<title role="synopsis.title">Synopsis</title>
16
16
 
17
17
<synopsis>
18
18
 
19
19
#include &lt;exo/exo.h&gt;
20
20
 
21
 
 
22
21
typedef             <link linkend="ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</link>;
23
22
<link linkend="gboolean">gboolean</link>            <link linkend="exo-pango-layout-set-text-ellipsized">exo_pango_layout_set_text_ellipsized</link>
24
23
                                                        (<link linkend="PangoLayout">PangoLayout</link> *layout,
25
24
                                                         const <link linkend="gchar">gchar</link> *string,
26
25
                                                         <link linkend="gint">gint</link> width,
27
26
                                                         <link linkend="PangoEllipsizeMode">PangoEllipsizeMode</link> mode);
28
 
 
29
 
 
30
27
</synopsis>
31
28
</refsynopsisdiv>
32
29
 
38
35
 
39
36
 
40
37
 
41
 
<refsect1 role="desc">
 
38
<refsect1 id="exo-Extensions-to-Pango.description" role="desc">
42
39
<title role="desc.title">Description</title>
43
40
<para>
44
41
  This facility provides ellipsizing support functions for Pango 1.4 and below. If its build against Pango 1.6 or
50
47
</para>
51
48
</refsect1>
52
49
 
53
 
<refsect1 role="details">
 
50
<refsect1 id="exo-Extensions-to-Pango.details" role="details">
54
51
<title role="details.title">Details</title>
55
 
<refsect2>
56
 
<title><anchor id="ExoPangoEllipsizeMode" role="typedef" condition="deprecated:"/>ExoPangoEllipsizeMode</title>
57
 
<indexterm role="deprecated"><primary>ExoPangoEllipsizeMode</primary></indexterm><warning><para><literal>ExoPangoEllipsizeMode</literal> is deprecated and should not be used in newly-written code.</para></warning>
 
52
<refsect2 id="ExoPangoEllipsizeMode" role="typedef" condition="deprecated:">
 
53
<title>ExoPangoEllipsizeMode</title>
 
54
<indexterm zone="ExoPangoEllipsizeMode" role="deprecated"><primary>ExoPangoEllipsizeMode</primary></indexterm><programlisting>typedef PangoEllipsizeMode ExoPangoEllipsizeMode;
 
55
</programlisting>
 
56
<warning><para><literal>ExoPangoEllipsizeMode</literal> is deprecated and should not be used in newly-written code.</para></warning>
58
57
<para>
59
58
  Use <link linkend="PangoEllipsizeMode"><type>PangoEllipsizeMode</type></link> instead.
60
59
</para></refsect2>
61
 
<refsect2>
62
 
<title><anchor id="exo-pango-layout-set-text-ellipsized" role="function" condition="deprecated:0.3.1.8: Use pango_layout_set_ellipsize() instead."/>exo_pango_layout_set_text_ellipsized ()</title>
63
 
<indexterm role="deprecated"><primary>exo_pango_layout_set_text_ellipsized</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            exo_pango_layout_set_text_ellipsized
 
60
<refsect2 id="exo-pango-layout-set-text-ellipsized" role="function" condition="deprecated:0.3.1.8: Use pango_layout_set_ellipsize() instead.">
 
61
<title>exo_pango_layout_set_text_ellipsized ()</title>
 
62
<indexterm zone="exo-pango-layout-set-text-ellipsized" role="deprecated"><primary>exo_pango_layout_set_text_ellipsized</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            exo_pango_layout_set_text_ellipsized
64
63
                                                        (<link linkend="PangoLayout">PangoLayout</link> *layout,
65
64
                                                         const <link linkend="gchar">gchar</link> *string,
66
65
                                                         <link linkend="gint">gint</link> width,
96
95
 
97
96
 
98
97
 
99
 
<refsect1>
 
98
<refsect1 id="exo-Extensions-to-Pango.see-also">
100
99
<title>See Also</title>
101
100
<para>
102
101
  <ulink url="http://developer.gnome.org/doc/API/2.0/pango/" type="http">Pango Reference Manual</ulink>, <link