Imported Upstream version 2.4.0~rc3
This commit is contained in:
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpgradientselect.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="#id2594464" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2599204" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2721894" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2722808" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpfontselect"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2594464"></a><span class="refentrytitle">gimpfontselect</span>
|
||||
<a name="id2599204"></a><span class="refentrytitle">gimpfontselect</span>
|
||||
</h2>
|
||||
<p>gimpfontselect — Functions providing a font selection dialog.</p>
|
||||
</td>
|
||||
@ -52,36 +52,76 @@
|
||||
|
||||
|
||||
|
||||
void (<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback">*GimpRunFontCallback</a>) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);
|
||||
const gchar* <a class="link" href="libgimp-gimpfontselect.html#gimp-font-select-new">gimp_font_select_new</a> (const gchar *title,
|
||||
const gchar *font_name,
|
||||
void (<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback">*GimpRunFontCallback</a>) (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> dialog_closing,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data);
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimpfontselect.html#gimp-font-select-new">gimp_font_select_new</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name,
|
||||
<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);
|
||||
void <a class="link" href="libgimp-gimpfontselect.html#gimp-font-select-destroy">gimp_font_select_destroy</a> (const gchar *font_callback);
|
||||
gboolean <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-popup">gimp_fonts_popup</a> (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);
|
||||
gboolean <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-close-popup">gimp_fonts_close_popup</a> (const gchar *font_callback);
|
||||
gboolean <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_fonts_set_popup</a> (const gchar *font_callback,
|
||||
const gchar *font_name);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
void <a class="link" href="libgimp-gimpfontselect.html#gimp-font-select-destroy">gimp_font_select_destroy</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-popup">gimp_fonts_popup</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *popup_title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *initial_font);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-close-popup">gimp_fonts_close_popup</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_fonts_set_popup</a> (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2721894"></a><h2>Description</h2>
|
||||
<a name="id2722808"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions providing a font selection dialog.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2721910"></a><h2>Details</h2>
|
||||
<a name="id2722824"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2721921"></a><h3>
|
||||
<a name="id2722835"></a><h3>
|
||||
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
|
||||
<a class="indexterm" name="id2721932"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);</pre>
|
||||
<a class="indexterm" name="id2722846"></a><pre class="programlisting">void (*GimpRunFontCallback) (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> dialog_closing,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -110,12 +150,20 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2721331"></a><h3>
|
||||
<a name="id2723218"></a><h3>
|
||||
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
|
||||
<a class="indexterm" name="id2721342"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
|
||||
const gchar *font_name,
|
||||
<a class="indexterm" name="id2723229"></a><pre class="programlisting">const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_font_select_new (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name,
|
||||
<a class="link" href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);</pre>
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -154,9 +202,11 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2721463"></a><h3>
|
||||
<a name="id2723722"></a><h3>
|
||||
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
|
||||
<a class="indexterm" name="id2721474"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2723733"></a><pre class="programlisting">void gimp_font_select_destroy (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -173,11 +223,19 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2721519"></a><h3>
|
||||
<a name="id2723778"></a><h3>
|
||||
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
|
||||
<a class="indexterm" name="id2721530"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);</pre>
|
||||
<a class="indexterm" name="id2723789"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_fonts_popup (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *popup_title,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *initial_font);</pre>
|
||||
<p>
|
||||
Invokes the Gimp font selection.
|
||||
</p>
|
||||
@ -214,9 +272,13 @@ This procedure opens the font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2721638"></a><h3>
|
||||
<a name="id2724676"></a><h3>
|
||||
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
|
||||
<a class="indexterm" name="id2721649"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2724687"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_fonts_close_popup (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback);</pre>
|
||||
<p>
|
||||
Close the font selection dialog.
|
||||
</p>
|
||||
@ -243,10 +305,16 @@ This procedure closes an opened font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2725534"></a><h3>
|
||||
<a name="id2724751"></a><h3>
|
||||
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
|
||||
<a class="indexterm" name="id2725545"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
|
||||
const gchar *font_name);</pre>
|
||||
<a class="indexterm" name="id2724762"></a><pre class="programlisting"><a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_fonts_set_popup (const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_callback,
|
||||
const <a
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font_name);</pre>
|
||||
<p>
|
||||
Sets the current font in a font selection dialog.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user