Imported Upstream version 2.3.11
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpfontselect</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="prev" href="libgimp-gimpbrushselect.html" title="gimpbrushselect">
|
||||
<link rel="next" href="libgimp-gimpgradientselect.html" title="gimpgradientselect">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -32,21 +32,23 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585802" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2702667" 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><span class="refentrytitle"><a name="top_of_page"></a>gimpfontselect</span></h2>
|
||||
<h2>
|
||||
<a name="id2585802"></a><span class="refentrytitle">gimpfontselect</span>
|
||||
</h2>
|
||||
<p>gimpfontselect — Functions providing a font selection dialog.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -68,17 +70,17 @@ gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_font
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2702667"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions providing a font selection dialog.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2702683"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2666374"></a><h3>
|
||||
<a name="id2702693"></a><h3>
|
||||
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
|
||||
<a class="indexterm" name="id2666386"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
|
||||
<a class="indexterm" name="id2702705"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
@ -112,9 +114,9 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2661220"></a><h3>
|
||||
<a name="id2702021"></a><h3>
|
||||
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
|
||||
<a class="indexterm" name="id2661232"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
|
||||
<a class="indexterm" name="id2702032"></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>
|
||||
@ -161,9 +163,9 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669645"></a><h3>
|
||||
<a name="id2702151"></a><h3>
|
||||
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
|
||||
<a class="indexterm" name="id2669657"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2702163"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -181,9 +183,9 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669701"></a><h3>
|
||||
<a name="id2703663"></a><h3>
|
||||
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
|
||||
<a class="indexterm" name="id2669712"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
|
||||
<a class="indexterm" name="id2703674"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);</pre>
|
||||
<p>
|
||||
@ -226,9 +228,9 @@ This procedure popups the font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2669818"></a><h3>
|
||||
<a name="id2703780"></a><h3>
|
||||
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
|
||||
<a class="indexterm" name="id2669829"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2703791"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
|
||||
<p>
|
||||
Popdown the Gimp font selection.
|
||||
</p>
|
||||
@ -257,9 +259,9 @@ This procedure closes an opened font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2660847"></a><h3>
|
||||
<a name="id2703854"></a><h3>
|
||||
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
|
||||
<a class="indexterm" name="id2660858"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
|
||||
<a class="indexterm" name="id2703866"></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.
|
||||
|
Reference in New Issue
Block a user