Imported Upstream version 2.3.18

This commit is contained in:
Ari Pollak
2010-08-11 01:21:39 -04:00
parent 2e1d89b96f
commit 50ca37e277
1279 changed files with 155433 additions and 58921 deletions

View File

@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpEnumLabel.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="#id2581703" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598345" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2563274" class="shortcut">Description</a>
<a href="#id2601021" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2607179" class="shortcut">Object Hierarchy</a>
<a href="#id2569020" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2607247" class="shortcut">Implemented Interfaces</a>
<a href="#id2569088" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2563245" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2600991" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumComboBox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581703"></a><span class="refentrytitle">GimpEnumComboBox</span>
<a name="id2598345"></a><span class="refentrytitle">GimpEnumComboBox</span>
</h2>
<p>GimpEnumComboBox</p>
</td>
@ -70,7 +70,7 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2607179"></a><h2>Object Hierarchy</h2>
<a name="id2569020"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -85,39 +85,39 @@ void <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2607247"></a><h2>Implemented Interfaces</h2>
<a name="id2569088"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumComboBox implements
AtkImplementorIface, GtkCellEditable and GtkCellLayout.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563245"></a><h2>Properties</h2>
<a name="id2600991"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpEnumComboBox.html#GimpEnumComboBox--model">model</a>" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2563274"></a><h2>Description</h2>
<a name="id2601021"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563290"></a><h2>Details</h2>
<a name="id2601036"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2563301"></a><h3>
<a name="id2601047"></a><h3>
<a name="GimpEnumComboBox-struct"></a>GimpEnumComboBox</h3>
<a class="indexterm" name="id2563313"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<a class="indexterm" name="id2601059"></a><pre class="programlisting">typedef struct _GimpEnumComboBox GimpEnumComboBox;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563329"></a><h3>
<a name="id2601075"></a><h3>
<a name="gimp-enum-combo-box-new"></a>gimp_enum_combo_box_new ()</h3>
<a class="indexterm" name="id2563343"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new (GType enum_type);</pre>
<a class="indexterm" name="id2601089"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new (GType enum_type);</pre>
<p>
Creates a <span class="type">GtkComboBox</span> readily filled with all enum values from a
given <em class="parameter"><code>enum_type</code></em>. The enum needs to be registered to the type
@ -155,9 +155,9 @@ own <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEn
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605041"></a><h3>
<a name="id2605423"></a><h3>
<a name="gimp-enum-combo-box-new-with-model"></a>gimp_enum_combo_box_new_with_model ()</h3>
<a class="indexterm" name="id2605054"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new_with_model (<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *enum_store);</pre>
<a class="indexterm" name="id2605437"></a><pre class="programlisting">GtkWidget* gimp_enum_combo_box_new_with_model (<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *enum_store);</pre>
<p>
Creates a <span class="type">GtkComboBox</span> for the given <em class="parameter"><code>enum_store</code></em>.</p>
<p>
@ -184,9 +184,9 @@ Creates a <span class="type">GtkComboBox</span> for the given <em class="paramet
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2605380"></a><h3>
<a name="id2605532"></a><h3>
<a name="gimp-enum-combo-box-set-stock-prefix"></a>gimp_enum_combo_box_set_stock_prefix ()</h3>
<a class="indexterm" name="id2605395"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
<a class="indexterm" name="id2605548"></a><pre class="programlisting">void gimp_enum_combo_box_set_stock_prefix
(<a href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a> *combo_box,
const gchar *stock_prefix);</pre>
<p>
@ -215,11 +215,11 @@ Attempts to create stock icons for all items in the <em class="parameter"><code>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2605506"></a><h2>Property Details</h2>
<a name="id2559903"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2605517"></a><h3>
<a name="id2559914"></a><h3>
<a name="GimpEnumComboBox--model"></a>The "<code class="literal">model</code>" property</h3>
<a class="indexterm" name="id2605530"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<a class="indexterm" name="id2559928"></a><pre class="programlisting"> "model" <a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> : Read / Write</pre>
<p></p>
</div>
</div>