Imported Upstream version 2.3.15

This commit is contained in:
Ari Pollak
2010-08-11 01:21:06 -04:00
parent aca02f7697
commit d694295a3e
819 changed files with 63117 additions and 44484 deletions

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpIntStore.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="#id2567010" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563357" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2603024" class="shortcut">Description</a>
<a href="#id2600920" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2602892" class="shortcut">Object Hierarchy</a>
<a href="#id2552159" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2602960" class="shortcut">Implemented Interfaces</a>
<a href="#id2600856" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2602994" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2600889" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpIntComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2567010"></a><span class="refentrytitle">GimpIntComboBox</span>
<a name="id2563357"></a><span class="refentrytitle">GimpIntComboBox</span>
</h2>
<p>GimpIntComboBox &#8212; A widget providing a popup menu of integer values (e.g. enums).</p>
</td>
@ -92,7 +92,7 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602892"></a><h2>Object Hierarchy</h2>
<a name="id2552159"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -107,39 +107,39 @@ void <a href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity">gi
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2602960"></a><h2>Implemented Interfaces</h2>
<a name="id2600856"></a><h2>Implemented Interfaces</h2>
<p>
GimpIntComboBox implements
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2602994"></a><h2>Properties</h2>
<a name="id2600889"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpIntComboBox.html#GimpIntComboBox--ellipsize">ellipsize</a>" PangoEllipsizeMode : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2603024"></a><h2>Description</h2>
<a name="id2600920"></a><h2>Description</h2>
<p>
A widget providing a popup menu of integer values (e.g. enums).
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2603041"></a><h2>Details</h2>
<a name="id2600937"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2603052"></a><h3>
<a name="id2600947"></a><h3>
<a name="GimpIntComboBox-struct"></a>GimpIntComboBox</h3>
<a class="indexterm" name="id2603063"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<a class="indexterm" name="id2600959"></a><pre class="programlisting">typedef struct _GimpIntComboBox GimpIntComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600908"></a><h3>
<a name="id2600975"></a><h3>
<a name="GimpIntSensitivityFunc"></a>GimpIntSensitivityFunc ()</h3>
<a class="indexterm" name="id2600919"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
<a class="indexterm" name="id2600987"></a><pre class="programlisting">gboolean (*GimpIntSensitivityFunc) (gint value,
gpointer data);</pre>
<p>
@ -169,9 +169,9 @@ A widget providing a popup menu of integer values (e.g. enums).
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2600995"></a><h3>
<a name="id2601063"></a><h3>
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
<a class="indexterm" name="id2601009"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
<a class="indexterm" name="id2601077"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new (const gchar *first_label,
gint first_value,
...);</pre>
<p>
@ -216,9 +216,9 @@ g_object_new (GIMP_TYPE_INT_COMBO_BOX, NULL).</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601150"></a><h3>
<a name="id2602012"></a><h3>
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
<a class="indexterm" name="id2601165"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
<a class="indexterm" name="id2602027"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_valist (const gchar *first_label,
gint first_value,
va_list values);</pre>
<p>
@ -258,9 +258,9 @@ label/value pairs. Probably only useful for language bindings.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601291"></a><h3>
<a name="id2602153"></a><h3>
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
<a class="indexterm" name="id2605944"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
<a class="indexterm" name="id2605978"></a><pre class="programlisting">GtkWidget* gimp_int_combo_box_new_array (gint n_values,
const gchar *labels[]);</pre>
<p>
A variant of <a href="GimpIntComboBox.html#gimp-int-combo-box-new"><code class="function">gimp_int_combo_box_new()</code></a> that takes an array of labels.
@ -294,9 +294,9 @@ The array indices are used as values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606044"></a><h3>
<a name="id2606078"></a><h3>
<a name="gimp-int-combo-box-prepend"></a>gimp_int_combo_box_prepend ()</h3>
<a class="indexterm" name="id2606057"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606091"></a><pre class="programlisting">void gimp_int_combo_box_prepend (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to prepend items to a
@ -328,9 +328,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606169"></a><h3>
<a name="id2606202"></a><h3>
<a name="gimp-int-combo-box-append"></a>gimp_int_combo_box_append ()</h3>
<a class="indexterm" name="id2606183"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606217"></a><pre class="programlisting">void gimp_int_combo_box_append (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
...);</pre>
<p>
This function provides a convenient way to append items to a
@ -362,9 +362,9 @@ The column number must be taken from the enum <a href="GimpIntStore.html#GimpInt
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606295"></a><h3>
<a name="id2606329"></a><h3>
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
<a class="indexterm" name="id2606311"></a><pre class="programlisting">gboolean gimp_int_combo_box_set_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606345"></a><pre class="programlisting">gboolean gimp_int_combo_box_set_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint value);</pre>
<p>
Looks up the item that belongs to the given <em class="parameter"><code>value</code></em> and makes it the
@ -399,9 +399,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606437"></a><h3>
<a name="id2606471"></a><h3>
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
<a class="indexterm" name="id2606453"></a><pre class="programlisting">gboolean gimp_int_combo_box_get_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606487"></a><pre class="programlisting">gboolean gimp_int_combo_box_get_active (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint *value);</pre>
<p>
Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em>.</p>
@ -435,9 +435,9 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606580"></a><h3>
<a name="id2606614"></a><h3>
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
<a class="indexterm" name="id2606594"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a class="indexterm" name="id2606628"></a><pre class="programlisting">gulong gimp_int_combo_box_connect (<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
gint value,
GCallback callback,
gpointer data);</pre>
@ -493,9 +493,9 @@ href="../libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606816"></a><h3>
<a name="id2606850"></a><h3>
<a name="gimp-int-combo-box-set-sensitivity"></a>gimp_int_combo_box_set_sensitivity ()</h3>
<a class="indexterm" name="id2606832"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity
<a class="indexterm" name="id2606866"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity
(<a href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
<a href="GimpIntComboBox.html#GimpIntSensitivityFunc">GimpIntSensitivityFunc</a> func,
gpointer data,
@ -541,11 +541,11 @@ sensitivity to be updated.</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2607008"></a><h2>Property Details</h2>
<a name="id2607042"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2607019"></a><h3>
<a name="id2607053"></a><h3>
<a name="GimpIntComboBox--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
<a class="indexterm" name="id2607033"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
<a class="indexterm" name="id2607066"></a><pre class="programlisting"> "ellipsize" PangoEllipsizeMode : Read / Write</pre>
<p>
Specifies the preferred place to ellipsize text in the combo-box,
if the cell renderer does not have enough room to display the