~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHintBox.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<div class="refsynopsisdiv">
50
50
<a name="libgimpwidgets-GimpHintBox.synopsis"></a><h2>Synopsis</h2>
51
51
<pre class="synopsis">
52
 
<a
53
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
54
 
>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
55
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
56
 
>gchar</a> *hint);
 
52
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);
57
53
</pre>
58
54
</div>
59
55
<div class="refsect1" lang="en">
66
62
<a name="libgimpwidgets-GimpHintBox.details"></a><h2>Details</h2>
67
63
<div class="refsect2" lang="en">
68
64
<a name="gimp-hint-box-new"></a><h3>gimp_hint_box_new ()</h3>
69
 
<pre class="programlisting"><a
70
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
71
 
>GtkWidget</a>*          gimp_hint_box_new                   (const <a
72
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
73
 
>gchar</a> *hint);</pre>
 
65
<pre class="programlisting">GtkWidget*          gimp_hint_box_new                   (const gchar *hint);</pre>
74
66
<p>
75
67
Creates a new widget that shows a text label showing <em class="parameter"><code>hint</code></em>,
76
68
decorated with a GIMP_STOCK_INFO wilber icon.</p>