Imported Upstream version 2.4.0~rc3

This commit is contained in:
Ari Pollak
2010-08-11 01:23:08 -04:00
parent 4be5597e32
commit f35d8506c6
668 changed files with 59324 additions and 37769 deletions

View File

@ -33,16 +33,16 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntComboBox.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="#id2612603" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2618842" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2584980" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2596212" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpwidgets-GimpHintBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2612603"></a><span class="refentrytitle">GimpHintBox</span>
<a name="id2618842"></a><span class="refentrytitle">GimpHintBox</span>
</h2>
<p>GimpHintBox</p>
</td>
@ -54,22 +54,30 @@
GtkWidget* <a class="link" href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new">gimp_hint_box_new</a> (const gchar *hint);
<a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new">gimp_hint_box_new</a> (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *hint);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2584980"></a><h2>Description</h2>
<a name="id2596212"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2578878"></a><h2>Details</h2>
<a name="id2606510"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2630497"></a><h3>
<a name="id2587948"></a><h3>
<a name="gimp-hint-box-new"></a>gimp_hint_box_new ()</h3>
<a class="indexterm" name="id2630509"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
<a class="indexterm" name="id2604557"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_hint_box_new (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *hint);</pre>
<p>
Creates a new widget that shows a text label showing <em class="parameter"><code>hint</code></em>,
decorated with a GIMP_STOCK_INFO wilber icon.</p>