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

@ -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="#id2571124" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588128" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2571835" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2585320" 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="id2571124"></a><span class="refentrytitle">GimpHintBox</span>
<a name="id2588128"></a><span class="refentrytitle">GimpHintBox</span>
</h2>
<p>GimpHintBox</p>
</td>
@ -59,17 +59,17 @@ GtkWidget* <a href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new">
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571835"></a><h2>Description</h2>
<a name="id2585320"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563043"></a><h2>Details</h2>
<a name="id2564033"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2564476"></a><h3>
<a name="id2558580"></a><h3>
<a name="gimp-hint-box-new"></a>gimp_hint_box_new ()</h3>
<a class="indexterm" name="id2564489"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
<a class="indexterm" name="id2558592"></a><pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *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>