Imported Upstream version 2.2.11

This commit is contained in:
Ari Pollak
2010-08-11 01:16:22 -04:00
parent c9211190ce
commit 36a37ecc21
253 changed files with 9385 additions and 8966 deletions

View File

@ -62,17 +62,17 @@ gboolean <a href="libgimp-gimppatternselect.html#gimp-patterns-set-popup">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2628024"></a><h2>Description</h2>
<a name="id2639317"></a><h2>Description</h2>
<p>
Functions providing a pattern selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2628036"></a><h2>Details</h2>
<a name="id2639328"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2628042"></a><h3>
<a name="id2639334"></a><h3>
<a name="GimpRunPatternCallback"></a>GimpRunPatternCallback ()</h3>
<a class="indexterm" name="id2628051"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
<a class="indexterm" name="id2639343"></a><pre class="programlisting">void (*GimpRunPatternCallback) (const gchar *pattern_name,
gint width,
gint height,
gint bpp,
@ -134,9 +134,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2639008"></a><h3>
<a name="id2637702"></a><h3>
<a name="gimp-pattern-select-new"></a>gimp_pattern_select_new ()</h3>
<a class="indexterm" name="id2639017"></a><pre class="programlisting">const gchar* gimp_pattern_select_new (const gchar *title,
<a class="indexterm" name="id2637711"></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>
@ -183,9 +183,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641384"></a><h3>
<a name="id2641811"></a><h3>
<a name="gimp-pattern-select-destroy"></a>gimp_pattern_select_destroy ()</h3>
<a class="indexterm" name="id2641393"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2641820"></a><pre class="programlisting">void gimp_pattern_select_destroy (const gchar *pattern_callback);</pre>
<p>
</p>
@ -203,9 +203,9 @@ Functions providing a pattern selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641438"></a><h3>
<a name="id2641864"></a><h3>
<a name="gimp-patterns-popup"></a>gimp_patterns_popup ()</h3>
<a class="indexterm" name="id2641447"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2641873"></a><pre class="programlisting">gboolean gimp_patterns_popup (const gchar *pattern_callback,
const gchar *popup_title,
const gchar *initial_pattern);</pre>
<p>
@ -248,9 +248,9 @@ This procedure popups the pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2641552"></a><h3>
<a name="id2641979"></a><h3>
<a name="gimp-patterns-close-popup"></a>gimp_patterns_close_popup ()</h3>
<a class="indexterm" name="id2641561"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<a class="indexterm" name="id2641988"></a><pre class="programlisting">gboolean gimp_patterns_close_popup (const gchar *pattern_callback);</pre>
<p>
Popdown the Gimp pattern selection.
</p>
@ -279,9 +279,9 @@ This procedure closes an opened pattern selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637663"></a><h3>
<a name="id2628484"></a><h3>
<a name="gimp-patterns-set-popup"></a>gimp_patterns_set_popup ()</h3>
<a class="indexterm" name="id2637672"></a><pre class="programlisting">gboolean gimp_patterns_set_popup (const gchar *pattern_callback,
<a class="indexterm" name="id2628493"></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.