Imported Upstream version 2.4.1

This commit is contained in:
Ari Pollak
2010-08-11 01:23:35 -04:00
parent 258b1471f0
commit 69250d2dd6
266 changed files with 77744 additions and 54804 deletions

View File

@ -58,18 +58,18 @@
<a class="link" href="GimpImageComboBox.html#GimpImageComboBox-struct">GimpImageComboBox</a>;
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> (<a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc">*GimpImageConstraintFunc</a>) (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> image_id,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
href="../gtk/GtkWidget.html"
>GtkWidget</a>* <a class="link" href="GimpImageComboBox.html#gimp-image-combo-box-new">gimp_image_combo_box_new</a> (<a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
</pre>
@ -79,28 +79,28 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
<pre class="synopsis">
<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
>GInitiallyUnowned</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
href="../gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
href="../gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
href="../gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
href="../gtk/GtkBin.html"
>GtkBin</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
href="../gtk/GtkComboBox.html"
>GtkComboBox</a>
+----<a
href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html"
href="../libgimpwidgets/GimpIntComboBox.html"
>GimpIntComboBox</a>
+----GimpImageComboBox
</pre>
@ -110,9 +110,9 @@ href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html"
<p>
GimpImageComboBox implements
AtkImplementorIface, GtkBuildable, <a
href="/usr/share/gtk-doc/html/gtk/GtkCellLayout.html"
href="../gtk/GtkCellLayout.html"
>GtkCellLayout</a> and <a
href="/usr/share/gtk-doc/html/gtk/GtkCellEditable.html"
href="../gtk/GtkCellEditable.html"
>GtkCellEditable</a>.</p>
</div>
<div class="refsect1" lang="en">
@ -136,12 +136,12 @@ A widget providing a popup menu of images.
<a name="id2736093"></a><h3>
<a name="GimpImageConstraintFunc"></a>GimpImageConstraintFunc ()</h3>
<a class="indexterm" name="id2736104"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> (*GimpImageConstraintFunc) (<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
href="../glib/glib-Basic-Types.html#gint32"
>gint32</a> image_id,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<p>
@ -174,28 +174,28 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
<a name="id2736182"></a><h3>
<a name="gimp-image-combo-box-new"></a>gimp_image_combo_box_new ()</h3>
<a class="indexterm" name="id2736195"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
href="../gtk/GtkWidget.html"
>GtkWidget</a>* gimp_image_combo_box_new (<a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc">GimpImageConstraintFunc</a> constraint,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<p>
Creates a new <a
href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html"
href="../libgimpwidgets/GimpIntComboBox.html"
><span class="type">GimpIntComboBox</span></a> filled with all currently opened
images. If a <em class="parameter"><code>constraint</code></em> function is specified, it is called for
each image and only if the function returns <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a>, the image is
added to the combobox.
</p>
<p>
You should use <code class="function">gimp_int_combo_connect()</code> to initialize and connect
the combo. Use <a
href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-set-active"
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-set-active"
><code class="function">gimp_int_combo_box_set_active()</code></a> to get the active
image ID and <a
href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-get-active"
href="../libgimpwidgets/GimpIntComboBox.html#gimp-int-combo-box-get-active"
><code class="function">gimp_int_combo_box_get_active()</code></a> to retrieve the ID of
the selected image.</p>
<p>
@ -207,7 +207,7 @@ the selected image.</p>
<tr>
<td><p><span class="term"><em class="parameter"><code>constraint</code></em>&#160;:</span></p></td>
<td> a <a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc"><span class="type">GimpImageConstraintFunc</span></a> or <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a>
</td>
</tr>
@ -219,7 +219,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> a new <a
href="/usr/share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html"
href="../libgimpwidgets/GimpIntComboBox.html"
><span class="type">GimpIntComboBox</span></a>.
</td>