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="GimpEnumComboBox.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="#id2556617" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570730" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2570432" class="shortcut">Description</a>
<a href="#id2565279" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2591764" class="shortcut">Object Hierarchy</a>
<a href="#id2596822" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2570361" class="shortcut">Implemented Interfaces</a>
<a href="#id2565209" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2570401" class="shortcut">Properties</a></nobr></td></tr>
<a href="#id2565248" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpEnumStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2556617"></a><span class="refentrytitle">GimpEnumStore</span>
<a name="id2570730"></a><span class="refentrytitle">GimpEnumStore</span>
</h2>
<p>GimpEnumStore</p>
</td>
@ -81,7 +81,7 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix">gimp_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2591764"></a><h2>Object Hierarchy</h2>
<a name="id2596822"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -91,39 +91,39 @@ void <a href="GimpEnumStore.html#gimp-enum-store-set-stock-prefix">gimp_e
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2570361"></a><h2>Implemented Interfaces</h2>
<a name="id2565209"></a><h2>Implemented Interfaces</h2>
<p>
GimpEnumStore implements
GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest and GtkTreeSortable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2570401"></a><h2>Properties</h2>
<a name="id2565248"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GimpEnumStore.html#GimpEnumStore--enum-type">enum-type</a>" GType : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2570432"></a><h2>Description</h2>
<a name="id2565279"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2570448"></a><h2>Details</h2>
<a name="id2565295"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2570458"></a><h3>
<a name="id2565306"></a><h3>
<a name="GimpEnumStore-struct"></a>GimpEnumStore</h3>
<a class="indexterm" name="id2570470"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<a class="indexterm" name="id2565317"></a><pre class="programlisting">typedef struct _GimpEnumStore GimpEnumStore;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570486"></a><h3>
<a name="id2565334"></a><h3>
<a name="gimp-enum-store-new"></a>gimp_enum_store_new ()</h3>
<a class="indexterm" name="id2570501"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new (GType enum_type);</pre>
<a class="indexterm" name="id2565348"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new (GType enum_type);</pre>
<p>
Creates a new <a href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a>, derived from <span class="type">GtkListStore</span> and fills
it with enum values. The enum needs to be registered to the type
@ -152,9 +152,9 @@ system and should have translatable value names.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597197"></a><h3>
<a name="id2555556"></a><h3>
<a name="gimp-enum-store-new-with-range"></a>gimp_enum_store_new_with_range ()</h3>
<a class="indexterm" name="id2597211"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range
<a class="indexterm" name="id2555570"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_range
(GType enum_type,
gint minimum,
gint maximum);</pre>
@ -196,9 +196,9 @@ to limit the enum values to a certain range. Values smaller than
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597362"></a><h3>
<a name="id2555722"></a><h3>
<a name="gimp-enum-store-new-with-values"></a>gimp_enum_store_new_with_values ()</h3>
<a class="indexterm" name="id2570532"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values
<a class="indexterm" name="id2597689"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values
(GType enum_type,
gint n_values,
...);</pre>
@ -240,9 +240,9 @@ store.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2570672"></a><h3>
<a name="id2597829"></a><h3>
<a name="gimp-enum-store-new-with-values-valist"></a>gimp_enum_store_new_with_values_valist ()</h3>
<a class="indexterm" name="id2570687"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
<a class="indexterm" name="id2597845"></a><pre class="programlisting">GtkListStore* gimp_enum_store_new_with_values_valist
(GType enum_type,
gint n_values,
va_list args);</pre>
@ -282,9 +282,9 @@ See <a href="GimpEnumStore.html#gimp-enum-store-new-with-values"><code class="fu
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2597548"></a><h3>
<a name="id2555940"></a><h3>
<a name="gimp-enum-store-set-stock-prefix"></a>gimp_enum_store_set_stock_prefix ()</h3>
<a class="indexterm" name="id2597564"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix
<a class="indexterm" name="id2555955"></a><pre class="programlisting">void gimp_enum_store_set_stock_prefix
(<a href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a> *store,
const gchar *stock_prefix);</pre>
<p>
@ -316,11 +316,11 @@ See also: <a href="GimpEnumComboBox.html#gimp-enum-combo-box-set-stock-prefix"><
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2597678"></a><h2>Property Details</h2>
<a name="id2556069"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2597689"></a><h3>
<a name="id2556080"></a><h3>
<a name="GimpEnumStore--enum-type"></a>The "<code class="literal">enum-type</code>" property</h3>
<a class="indexterm" name="id2597702"></a><pre class="programlisting"> "enum-type" GType : Read / Write / Construct Only</pre>
<a class="indexterm" name="id2556094"></a><pre class="programlisting"> "enum-type" GType : Read / Write / Construct Only</pre>
<p>
Sets the <span class="type">GType</span> of the enum to be used in the store.</p>
<p>