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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/xml/gimpchecks.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:
22
22
 
23
23
 
24
24
 
25
 
#define     <link linkend="GIMP-CHECK-SIZE:CAPS">GIMP_CHECK_SIZE</link>
26
 
#define     <link linkend="GIMP-CHECK-SIZE-SM:CAPS">GIMP_CHECK_SIZE_SM</link>
27
 
#define     <link linkend="GIMP-CHECK-DARK:CAPS">GIMP_CHECK_DARK</link>
28
 
#define     <link linkend="GIMP-CHECK-LIGHT:CAPS">GIMP_CHECK_LIGHT</link>
29
 
<link linkend="void">void</link>        <link linkend="gimp-checks-get-shades">gimp_checks_get_shades</link>          (<link linkend="GimpCheckType">GimpCheckType</link> type,
30
 
                                             <link linkend="guchar">guchar</link> *light,
31
 
                                             <link linkend="guchar">guchar</link> *dark);
 
25
#define             <link linkend="GIMP-CHECK-SIZE:CAPS">GIMP_CHECK_SIZE</link>
 
26
#define             <link linkend="GIMP-CHECK-SIZE-SM:CAPS">GIMP_CHECK_SIZE_SM</link>
 
27
#define             <link linkend="GIMP-CHECK-DARK:CAPS">GIMP_CHECK_DARK</link>
 
28
#define             <link linkend="GIMP-CHECK-LIGHT:CAPS">GIMP_CHECK_LIGHT</link>
 
29
<link linkend="void">void</link>                <link linkend="gimp-checks-get-shades">gimp_checks_get_shades</link>              (<link linkend="GimpCheckType">GimpCheckType</link> type,
 
30
                                                         <link linkend="guchar">guchar</link> *light,
 
31
                                                         <link linkend="guchar">guchar</link> *dark);
32
32
</synopsis>
33
33
</refsynopsisdiv>
34
34
 
81
81
</para></refsect2>
82
82
<refsect2>
83
83
<title><anchor id="gimp-checks-get-shades" role="function" condition="since:GIMP 2.2"/>gimp_checks_get_shades ()</title>
84
 
<indexterm role="GIMP 2.2"><primary>gimp_checks_get_shades</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_checks_get_shades          (<link linkend="GimpCheckType">GimpCheckType</link> type,
85
 
                                             <link linkend="guchar">guchar</link> *light,
86
 
                                             <link linkend="guchar">guchar</link> *dark);</programlisting>
 
84
<indexterm role="GIMP 2.2"><primary>gimp_checks_get_shades</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_checks_get_shades              (<link linkend="GimpCheckType">GimpCheckType</link> type,
 
85
                                                         <link linkend="guchar">guchar</link> *light,
 
86
                                                         <link linkend="guchar">guchar</link> *dark);</programlisting>
87
87
<para>
88
88
Retrieves the actual shades of gray to use when drawing a
89
89
checkerboard for a certain <link linkend="GimpCheckType"><type>GimpCheckType</type></link>.</para>
99
99
<varlistentry><term><parameter>dark</parameter>&nbsp;:</term>
100
100
<listitem><simpara>  return location for the dark shade
101
101
</simpara></listitem></varlistentry>
102
 
</variablelist><para>Since  GIMP 2.2
 
102
</variablelist><para role="since">Since  GIMP 2.2
103
103
</para></refsect2>
104
104
 
105
105
</refsect1>