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

@ -58,17 +58,17 @@ gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_font
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631485"></a><h2>Description</h2>
<a name="id2630327"></a><h2>Description</h2>
<p>
Functions providing a font selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631497"></a><h2>Details</h2>
<a name="id2630339"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631503"></a><h3>
<a name="id2630345"></a><h3>
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
<a class="indexterm" name="id2631512"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
<a class="indexterm" name="id2630354"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
gboolean dialog_closing,
gpointer user_data);</pre>
<p>
@ -102,9 +102,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638494"></a><h3>
<a name="id2631812"></a><h3>
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
<a class="indexterm" name="id2638503"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
<a class="indexterm" name="id2631821"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
const gchar *font_name,
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
gpointer data);</pre>
@ -151,9 +151,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638622"></a><h3>
<a name="id2638450"></a><h3>
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
<a class="indexterm" name="id2638631"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<a class="indexterm" name="id2638459"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<p>
</p>
@ -171,9 +171,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638675"></a><h3>
<a name="id2638503"></a><h3>
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
<a class="indexterm" name="id2638684"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
<a class="indexterm" name="id2638512"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
const gchar *popup_title,
const gchar *initial_font);</pre>
<p>
@ -216,9 +216,9 @@ This procedure popups the font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628715"></a><h3>
<a name="id2638618"></a><h3>
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
<a class="indexterm" name="id2628724"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<a class="indexterm" name="id2638627"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<p>
Popdown the Gimp font selection.
</p>
@ -247,9 +247,9 @@ This procedure closes an opened font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628787"></a><h3>
<a name="id2638690"></a><h3>
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
<a class="indexterm" name="id2628796"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
<a class="indexterm" name="id2628372"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
const gchar *font_name);</pre>
<p>
Sets the current font selection in a popup.