Imported Upstream version 2.3.18

This commit is contained in:
Ari Pollak
2010-08-11 01:21:39 -04:00
parent 2e1d89b96f
commit 50ca37e277
1279 changed files with 155433 additions and 58921 deletions

View File

@ -31,24 +31,24 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="GimpGradientSelectButton.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="#id2558121" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588767" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2693880" class="shortcut">Description</a>
<a href="#id2693298" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2638959" class="shortcut">Object Hierarchy</a>
<a href="#id2670409" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2693796" class="shortcut">Implemented Interfaces</a>
<a href="#id2693213" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2693816" class="shortcut">Properties</a>
<a href="#id2693234" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2693857" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2693274" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFontSelectButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2558121"></a><span class="refentrytitle">GimpFontSelectButton</span>
<a name="id2588767"></a><span class="refentrytitle">GimpFontSelectButton</span>
</h2>
<p>GimpFontSelectButton</p>
</td>
@ -70,7 +70,7 @@ void <a href="GimpFontSelectButton.html#gimp-font-select-button-s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2638959"></a><h2>Object Hierarchy</h2>
<a name="id2670409"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -85,13 +85,13 @@ void <a href="GimpFontSelectButton.html#gimp-font-select-button-s
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2693796"></a><h2>Implemented Interfaces</h2>
<a name="id2693213"></a><h2>Implemented Interfaces</h2>
<p>
GimpFontSelectButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2693816"></a><h2>Properties</h2>
<a name="id2693234"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpFontSelectButton.html#GimpFontSelectButton--font-name">font-name</a>" gchararray : Read / Write
@ -99,33 +99,33 @@ GimpFontSelectButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2693857"></a><h2>Signals</h2>
<a name="id2693274"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpFontSelectButton.html#GimpFontSelectButton-font-set">font-set</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2693880"></a><h2>Description</h2>
<a name="id2693298"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2671280"></a><h2>Details</h2>
<a name="id2691325"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2671290"></a><h3>
<a name="id2691336"></a><h3>
<a name="GimpFontSelectButton-struct"></a>GimpFontSelectButton</h3>
<a class="indexterm" name="id2671301"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
<a class="indexterm" name="id2691347"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2671317"></a><h3>
<a name="id2691362"></a><h3>
<a name="gimp-font-select-button-new"></a>gimp_font_select_button_new ()</h3>
<a class="indexterm" name="id2671330"></a><pre class="programlisting">GtkWidget* gimp_font_select_button_new (const gchar *title,
<a class="indexterm" name="id2691376"></a><pre class="programlisting">GtkWidget* gimp_font_select_button_new (const gchar *title,
const gchar *font_name);</pre>
<p>
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
@ -160,9 +160,9 @@ plug-in dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702757"></a><h3>
<a name="id2702868"></a><h3>
<a name="gimp-font-select-button-get-font"></a>gimp_font_select_button_get_font ()</h3>
<a class="indexterm" name="id2702770"></a><pre class="programlisting">const gchar* gimp_font_select_button_get_font (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);</pre>
<a class="indexterm" name="id2702882"></a><pre class="programlisting">const gchar* gimp_font_select_button_get_font (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button);</pre>
<p>
Retrieves the name of currently selected font.</p>
<p>
@ -189,9 +189,9 @@ Retrieves the name of currently selected font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2702845"></a><h3>
<a name="id2702957"></a><h3>
<a name="gimp-font-select-button-set-font"></a>gimp_font_select_button_set_font ()</h3>
<a class="indexterm" name="id2702858"></a><pre class="programlisting">void gimp_font_select_button_set_font (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button,
<a class="indexterm" name="id2702970"></a><pre class="programlisting">void gimp_font_select_button_set_font (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *button,
const gchar *font_name);</pre>
<p>
Sets the current font for the font select button.</p>
@ -218,11 +218,11 @@ Sets the current font for the font select button.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2702952"></a><h2>Property Details</h2>
<a name="id2703064"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2702962"></a><h3>
<a name="id2703074"></a><h3>
<a name="GimpFontSelectButton--font-name"></a>The "<code class="literal">font-name</code>" property</h3>
<a class="indexterm" name="id2702976"></a><pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
<a class="indexterm" name="id2703087"></a><pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
<p>
The name of the currently selected font.</p>
<p>
@ -234,9 +234,9 @@ The name of the currently selected font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2691536"></a><h3>
<a name="id2702080"></a><h3>
<a name="GimpFontSelectButton--title"></a>The "<code class="literal">title</code>" property</h3>
<a class="indexterm" name="id2691549"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2702094"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
<p>
The title to be used for the font selection popup dialog.</p>
<p>
@ -248,11 +248,11 @@ The title to be used for the font selection popup dialog.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2691586"></a><h2>Signal Details</h2>
<a name="id2702129"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2691596"></a><h3>
<a name="id2702139"></a><h3>
<a name="GimpFontSelectButton-font-set"></a>The "font-set" signal</h3>
<a class="indexterm" name="id2691606"></a><pre class="programlisting">void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
<a class="indexterm" name="id2702147"></a><pre class="programlisting">void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
gchar *font_name,
gboolean dialog_closing,
gpointer user_data) : Run First</pre>