Imported Upstream version 2.6.1
This commit is contained in:
@ -50,7 +50,11 @@
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="libgimpwidgets-GimpHintBox.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
GtkWidget* <a class="link" href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new" title="gimp_hint_box_new ()">gimp_hint_box_new</a> (const gchar *hint);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="libgimpwidgets-GimpHintBox.html#gimp-hint-box-new" title="gimp_hint_box_new ()">gimp_hint_box_new</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *hint);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
@ -63,7 +67,11 @@ GtkWidget* <a class="link" href="libgimpwidgets-GimpHintBox.html#gimp-h
|
||||
<a name="libgimpwidgets-GimpHintBox.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-hint-box-new"></a><h3>gimp_hint_box_new ()</h3>
|
||||
<pre class="programlisting">GtkWidget* gimp_hint_box_new (const gchar *hint);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_hint_box_new (const <a
|
||||
href="/usr/share/gtk-doc/html/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>
|
||||
|
||||
Reference in New Issue
Block a user