~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/xml/gimpcolorscales.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<refentry id="GimpColorScales">
6
6
<refmeta>
7
 
<refentrytitle id="top_of_page">GimpColorScales</refentrytitle>
 
7
<refentrytitle role="top_of_page">GimpColorScales</refentrytitle>
8
8
<manvolnum>3</manvolnum>
9
9
<refmiscinfo>LIBGIMPWIDGETS Library</refmiscinfo>
10
10
</refmeta>
15
15
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
16
16
</refnamediv>
17
17
 
18
 
<refsynopsisdiv id="synopsis">
19
 
<title id="synopsis.title">Synopsis</title>
 
18
<refsynopsisdiv role="synopsis">
 
19
<title role="synopsis.title">Synopsis</title>
20
20
 
21
21
<synopsis>
22
22
 
23
23
 
24
24
 
25
 
            <link linkend="GimpColorScales-struct">GimpColorScales</link>;
 
25
                    <link linkend="GimpColorScales-struct">GimpColorScales</link>;
26
26
 
27
27
</synopsis>
28
28
</refsynopsisdiv>
29
29
 
30
 
<refsect1 id="object_hierarchy">
31
 
<title id="object_hierarchy.title">Object Hierarchy</title>
 
30
<refsect1 role="object_hierarchy">
 
31
<title role="object_hierarchy.title">Object Hierarchy</title>
32
32
<synopsis>
33
33
 
34
34
  <link linkend="GObject">GObject</link>
46
46
 
47
47
 
48
48
 
49
 
<refsect1 id="impl_interfaces">
50
 
<title id="impl_interfaces.title">Implemented Interfaces</title>
 
49
<refsect1 role="impl_interfaces">
 
50
<title role="impl_interfaces.title">Implemented Interfaces</title>
51
51
<para>
52
52
GimpColorScales implements
53
53
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
58
58
 
59
59
 
60
60
 
61
 
<refsect1 id="desc">
62
 
<title id="desc.title">Description</title>
 
61
<refsect1 role="desc">
 
62
<title role="desc.title">Description</title>
63
63
<para>
64
64
The <link linkend="GimpColorScales"><type>GimpColorScales</type></link> widget is an implementation of a <link linkend="GimpColorSelector"><type>GimpColorSelector</type></link>.
65
65
It shows a group of <link linkend="GimpColorScale"><type>GimpColorScale</type></link> widgets that allow to adjust the
67
67
</para>
68
68
</refsect1>
69
69
 
70
 
<refsect1 id="details">
71
 
<title id="details.title">Details</title>
 
70
<refsect1 role="details">
 
71
<title role="details.title">Details</title>
72
72
<refsect2>
73
73
<title><anchor id="GimpColorScales-struct" role="struct"/>GimpColorScales</title>
74
74
<indexterm><primary>GimpColorScales</primary></indexterm><programlisting>typedef struct _GimpColorScales GimpColorScales;</programlisting>