Imported Upstream version 2.3.10

This commit is contained in:
Ari Pollak
2010-08-11 01:19:49 -04:00
parent 2a222e99d4
commit efbc58ed09
1387 changed files with 58385 additions and 100558 deletions

View File

@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.68.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="GimpFontSelectButton.html" title="GimpFontSelectButton">
<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)">
<link rel="stylesheet" href="style.css" type="text/css">
@ -26,7 +26,7 @@
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GimpFontSelectButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="p" href="libgimp-gimpbrushselect.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
@ -76,9 +76,9 @@ Functions providing a font selection dialog.
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2655201"></a><h3>
<a name="id2666374"></a><h3>
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
<a class="indexterm" name="id2655212"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
<a class="indexterm" name="id2666386"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
gboolean dialog_closing,
gpointer user_data);</pre>
<p>
@ -112,9 +112,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655720"></a><h3>
<a name="id2661220"></a><h3>
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
<a class="indexterm" name="id2655731"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
<a class="indexterm" name="id2661232"></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 +161,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647627"></a><h3>
<a name="id2669645"></a><h3>
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
<a class="indexterm" name="id2647638"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<a class="indexterm" name="id2669657"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
<p>
</p>
@ -181,9 +181,9 @@ Functions providing a font selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647683"></a><h3>
<a name="id2669701"></a><h3>
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
<a class="indexterm" name="id2647694"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
<a class="indexterm" name="id2669712"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
const gchar *popup_title,
const gchar *initial_font);</pre>
<p>
@ -226,9 +226,9 @@ This procedure popups the font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656804"></a><h3>
<a name="id2669818"></a><h3>
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
<a class="indexterm" name="id2656815"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<a class="indexterm" name="id2669829"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
<p>
Popdown the Gimp font selection.
</p>
@ -257,9 +257,9 @@ This procedure closes an opened font selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656878"></a><h3>
<a name="id2660847"></a><h3>
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
<a class="indexterm" name="id2656890"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
<a class="indexterm" name="id2660858"></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.