Imported Upstream version 2.3.10

This commit is contained in:
Ari Pollak
2010-08-11 01:19:49 -04:00
parent 2a222e99d4
commit efbc58ed09
1387 changed files with 58385 additions and 100558 deletions

View File

@ -80,9 +80,9 @@ Functions providing a pattern selection dialog.
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2655464"></a><h3>
<a name="id2666978"></a><h3>
<a name="GimpRunPatternCallback"></a>GimpRunPatternCallback ()</h3>
<a class="indexterm" name="id2655475"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
<a class="indexterm" name="id2666989"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
gint width,
gint height,
gint bpp,
@ -144,9 +144,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659721"></a><h3>
<a name="id2670776"></a><h3>
<a name="gimp-pattern-select-new"></a>gimp_pattern_select_new ()</h3>
<a class="indexterm" name="id2659732"></a><pre class="programlisting">const gchar* gimp_pattern_select_new (const gchar *title,
<a class="indexterm" name="id2670787"></a><pre class="programlisting">const gchar* gimp_pattern_select_new (const gchar *title,
const gchar *pattern_name,
<a href="libgimp-gimppatternselect.html#GimpRunPatternCallback">GimpRunPatternCallback</a> callback,
gpointer data);</pre>
@ -193,9 +193,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659851"></a><h3>
<a name="id2670906"></a><h3>
<a name="gimp-pattern-select-destroy"></a>gimp_pattern_select_destroy ()</h3>
<a class="indexterm" name="id2659863"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2670918"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<p>
</p>
@ -213,9 +213,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2659907"></a><h3>
<a name="id2670962"></a><h3>
<a name="gimp-patterns-popup"></a>gimp_patterns_popup ()</h3>
<a class="indexterm" name="id2659918"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2670973"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
const gchar *popup_title,
const gchar *initial_pattern);</pre>
<p>
@ -258,9 +258,9 @@ This procedure popups the pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656414"></a><h3>
<a name="id2669928"></a><h3>
<a name="gimp-patterns-close-popup"></a>gimp_patterns_close_popup ()</h3>
<a class="indexterm" name="id2656425"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2669939"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<p>
Popdown the Gimp pattern selection.
</p>
@ -289,9 +289,9 @@ This procedure closes an opened pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656488"></a><h3>
<a name="id2670002"></a><h3>
<a name="gimp-patterns-set-popup"></a>gimp_patterns_set_popup ()</h3>
<a class="indexterm" name="id2656499"></a><pre class="programlisting">gboolean gimp_patterns_set_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2670014"></a><pre class="programlisting">gboolean gimp_patterns_set_popup (const gchar *pattern_callback,
const gchar *pattern_name);</pre>
<p>
Sets the current pattern selection in a popup.