~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/xml/gimphintbox.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<refnamediv>
13
13
<refname>GimpHintBox</refname>
14
14
<refpurpose></refpurpose>
15
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
16
15
</refnamediv>
17
16
 
18
17
<refsynopsisdiv id="libgimpwidgets-GimpHintBox.synopsis" role="synopsis">
19
18
<title role="synopsis.title">Synopsis</title>
20
19
 
21
20
<synopsis>
22
 
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gimp-hint-box-new">gimp_hint_box_new</link>                   (const <link linkend="gchar">gchar</link> *hint);
 
21
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="gimp-hint-box-new">gimp_hint_box_new</link>                   (const <link linkend="gchar">gchar</link> *hint);
23
22
</synopsis>
24
23
</refsynopsisdiv>
25
24
 
34
33
<refsect1 id="libgimpwidgets-GimpHintBox.description" role="desc">
35
34
<title role="desc.title">Description</title>
36
35
<para>
37
 
 
38
36
</para>
39
37
</refsect1>
40
38
 
42
40
<title role="details.title">Details</title>
43
41
<refsect2 id="gimp-hint-box-new" role="function">
44
42
<title>gimp_hint_box_new ()</title>
45
 
<indexterm zone="gimp-hint-box-new"><primary>gimp_hint_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gimp_hint_box_new                   (const <link linkend="gchar">gchar</link> *hint);</programlisting>
 
43
<indexterm zone="gimp-hint-box-new"><primary sortas="gimp_hint_box_new">gimp_hint_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         gimp_hint_box_new                   (const <link linkend="gchar">gchar</link> *hint);</programlisting>
46
44
<para>
47
45
Creates a new widget that shows a text label showing <parameter>hint</parameter>,
48
46
decorated with a GIMP_STOCK_INFO wilber icon.</para>
49
47
<para>
50
 
 
51
48
</para><variablelist role="params">
52
 
<varlistentry><term><parameter>hint</parameter>&nbsp;:</term>
 
49
<varlistentry><term><parameter>hint</parameter>&#160;:</term>
53
50
<listitem><simpara> text to display as a user hint
54
51
</simpara></listitem></varlistentry>
55
 
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a new widget
 
52
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a new widget
56
53
 
57
54
Since GIMP 2.4
58
55
</simpara></listitem></varlistentry>