Imported Upstream version 2.3.8

This commit is contained in:
Ari Pollak
2010-08-11 01:18:57 -04:00
parent 5bef548947
commit 836308f327
1608 changed files with 147606 additions and 134671 deletions

View File

@ -62,17 +62,17 @@ gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_font
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2649987"></a><h2>Description</h2>
<a name="id2652124"></a><h2>Description</h2>
<p>
Functions providing a font selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2649999"></a><h2>Details</h2>
<a name="id2652136"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2650005"></a><h3>
<a name="id2652142"></a><h3>
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
<a class="indexterm" name="id2650014"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
<a class="indexterm" name="id2652151"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
gboolean dialog_closing,
gpointer user_data);</pre>
<p>
@ -106,9 +106,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2652882"></a><h3>
<a name="id2651707"></a><h3>
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
<a class="indexterm" name="id2652890"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
<a class="indexterm" name="id2651716"></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>
@ -155,9 +155,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653010"></a><h3>
<a name="id2653331"></a><h3>
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
<a class="indexterm" name="id2653018"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<a class="indexterm" name="id2653340"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<p>
</p>
@ -175,9 +175,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2653063"></a><h3>
<a name="id2653384"></a><h3>
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
<a class="indexterm" name="id2653072"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
<a class="indexterm" name="id2653393"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
const gchar *popup_title,
const gchar *initial_font);</pre>
<p>
@ -220,9 +220,9 @@ This procedure popups the font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651234"></a><h3>
<a name="id2653499"></a><h3>
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
<a class="indexterm" name="id2651243"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<a class="indexterm" name="id2653508"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<p>
Popdown the Gimp font selection.
</p>
@ -251,9 +251,9 @@ This procedure closes an opened font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651306"></a><h3>
<a name="id2653571"></a><h3>
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
<a class="indexterm" name="id2651315"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
<a class="indexterm" name="id2643259"></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.