Imported Upstream version 2.3.15

This commit is contained in:
Ari Pollak
2010-08-11 01:21:06 -04:00
parent aca02f7697
commit d694295a3e
819 changed files with 63117 additions and 44484 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="#id2633126" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2569468" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2693549" class="shortcut">Description</a>
<a href="#id2693228" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2524705" class="shortcut">Object Hierarchy</a>
<a href="#id2587355" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2684576" class="shortcut">Implemented Interfaces</a>
<a href="#id2691148" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2684596" class="shortcut">Properties</a>
<a href="#id2691168" class="shortcut">Properties</a>
&#160;|&#160;
<a href="#id2684637" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2691209" 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="id2633126"></a><span class="refentrytitle">GimpFontSelectButton</span>
<a name="id2569468"></a><span class="refentrytitle">GimpFontSelectButton</span>
</h2>
<p>GimpFontSelectButton</p>
</td>
@ -72,7 +72,7 @@ void <a href="GimpFontSelectButton.html#gimp-font-select-button-set-font"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2524705"></a><h2>Object Hierarchy</h2>
<a name="id2587355"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -87,13 +87,13 @@ void <a href="GimpFontSelectButton.html#gimp-font-select-button-set-font"
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2684576"></a><h2>Implemented Interfaces</h2>
<a name="id2691148"></a><h2>Implemented Interfaces</h2>
<p>
GimpFontSelectButton implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2684596"></a><h2>Properties</h2>
<a name="id2691168"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpFontSelectButton.html#GimpFontSelectButton--font-name">font-name</a>" gchararray : Read / Write
@ -101,7 +101,7 @@ GimpFontSelectButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2684637"></a><h2>Signals</h2>
<a name="id2691209"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GimpFontSelectButton.html#GimpFontSelectButton-font-set">font-set</a>" void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
@ -111,26 +111,26 @@ GimpFontSelectButton implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2693549"></a><h2>Description</h2>
<a name="id2693228"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2693565"></a><h2>Details</h2>
<a name="id2693244"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2693575"></a><h3>
<a name="id2693254"></a><h3>
<a name="GimpFontSelectButton-struct"></a>GimpFontSelectButton</h3>
<a class="indexterm" name="id2693587"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
<a class="indexterm" name="id2693265"></a><pre class="programlisting">typedef struct _GimpFontSelectButton GimpFontSelectButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693602"></a><h3>
<a name="id2693281"></a><h3>
<a name="gimp-font-select-button-new"></a>gimp_font_select_button_new ()</h3>
<a class="indexterm" name="id2693616"></a><pre class="programlisting">GtkWidget* gimp_font_select_button_new (const gchar *title,
<a class="indexterm" name="id2693294"></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
@ -165,9 +165,9 @@ plug-in dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2693724"></a><h3>
<a name="id2693402"></a><h3>
<a name="gimp-font-select-button-get-font"></a>gimp_font_select_button_get_font ()</h3>
<a class="indexterm" name="id2693737"></a><pre class="programlisting">const gchar* gimp_font_select_button_get_font
<a class="indexterm" name="id2693415"></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>
@ -195,9 +195,9 @@ Retrieves the name of currently selected font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2692152"></a><h3>
<a name="id2684601"></a><h3>
<a name="gimp-font-select-button-set-font"></a>gimp_font_select_button_set_font ()</h3>
<a class="indexterm" name="id2692166"></a><pre class="programlisting">void gimp_font_select_button_set_font
<a class="indexterm" name="id2684614"></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>
@ -225,11 +225,11 @@ Sets the current font for the font select button.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2692257"></a><h2>Property Details</h2>
<a name="id2684706"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2692267"></a><h3>
<a name="id2684716"></a><h3>
<a name="GimpFontSelectButton--font-name"></a>The "<code class="literal">font-name</code>" property</h3>
<a class="indexterm" name="id2692281"></a><pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
<a class="indexterm" name="id2684731"></a><pre class="programlisting"> "font-name" gchararray : Read / Write</pre>
<p>
The name of the currently selected font.</p>
<p>
@ -241,9 +241,9 @@ The name of the currently selected font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2692314"></a><h3>
<a name="id2684764"></a><h3>
<a name="GimpFontSelectButton--title"></a>The "<code class="literal">title</code>" property</h3>
<a class="indexterm" name="id2692328"></a><pre class="programlisting"> "title" gchararray : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2684778"></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>
@ -255,11 +255,11 @@ The title to be used for the font selection popup dialog.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2692364"></a><h2>Signal Details</h2>
<a name="id2684814"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2692374"></a><h3>
<a name="id2684824"></a><h3>
<a name="GimpFontSelectButton-font-set"></a>The "font-set" signal</h3>
<a class="indexterm" name="id2692383"></a><pre class="programlisting">void user_function (<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a> *widget,
<a class="indexterm" name="id2684834"></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>