Imported Upstream version 2.3.13

This commit is contained in:
Ari Pollak
2010-08-11 01:20:31 -04:00
parent a028e0b309
commit bbd6d9844c
1225 changed files with 162390 additions and 93699 deletions

View File

@ -18,10 +18,10 @@
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
<link rel="index" href="libgimp-index.html" title="Index">
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -32,16 +32,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppatterns.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573154" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602130" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2680940" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2664073" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppattern"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2573154"></a><span class="refentrytitle">gimppattern</span>
<a name="id2602130"></a><span class="refentrytitle">gimppattern</span>
</h2>
<p>gimppattern &#8212; Functions operating on a single pattern.</p>
</td>
@ -66,17 +66,17 @@ gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-pixels">gimp_patt
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2680940"></a><h2>Description</h2>
<a name="id2664073"></a><h2>Description</h2>
<p>
Functions operating on a single pattern.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2680954"></a><h2>Details</h2>
<a name="id2664089"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2680963"></a><h3>
<a name="id2664099"></a><h3>
<a name="gimp-pattern-get-info"></a>gimp_pattern_get_info ()</h3>
<a class="indexterm" name="id2680976"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
<a class="indexterm" name="id2664112"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
gint *width,
gint *height,
gint *bpp);</pre>
@ -93,32 +93,27 @@ This includes the pattern extents (width and height).</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
<td> The pattern name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
<td> The pattern width.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></td>
<td> The pattern height.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
<td> The pattern bpp.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
@ -130,9 +125,9 @@ This includes the pattern extents (width and height).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2683125"></a><h3>
<a name="id2682238"></a><h3>
<a name="gimp-pattern-get-pixels"></a>gimp_pattern_get_pixels ()</h3>
<a class="indexterm" name="id2683138"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
<a class="indexterm" name="id2682251"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
gint *width,
gint *height,
gint *bpp,
@ -152,44 +147,37 @@ pixel data.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
<td> The pattern name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>width</code></em>&#160;:</span></td>
<td> The pattern width.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>height</code></em>&#160;:</span></td>
<td> The pattern height.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
<td> The pattern bpp.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>num_color_bytes</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>num_color_bytes</code></em>&#160;:</span></td>
<td> Number of pattern bytes.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>color_bytes</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>color_bytes</code></em>&#160;:</span></td>
<td> The pattern data.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>