Imported Upstream version 2.3.8
This commit is contained in:
@ -62,7 +62,7 @@ href="../gtk/GtkTreeModel.html#GtkTreeIter"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2570913"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2571070"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -74,7 +74,7 @@ href="../gtk/GtkListStore.html"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2570945"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2571103"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntStore implements
|
||||
<a
|
||||
@ -88,26 +88,26 @@ href="../gtk/GtkTreeSortable.html"
|
||||
>GtkTreeSortable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2570981"></a><h2>Description</h2>
|
||||
<a name="id2555390"></a><h2>Description</h2>
|
||||
<p>
|
||||
A model for integer based name-value pairs (e.g. enums)
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2517592"></a><h2>Details</h2>
|
||||
<a name="id2555402"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2517598"></a><h3>
|
||||
<a name="id2555408"></a><h3>
|
||||
<a name="GimpIntStore-struct"></a>GimpIntStore</h3>
|
||||
<a class="indexterm" name="id2517608"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<a class="indexterm" name="id2555418"></a><pre class="programlisting">typedef struct _GimpIntStore GimpIntStore;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2517624"></a><h3>
|
||||
<a name="id2555434"></a><h3>
|
||||
<a name="GimpIntStoreColumns"></a>enum GimpIntStoreColumns</h3>
|
||||
<a class="indexterm" name="id2517634"></a><pre class="programlisting">typedef enum
|
||||
<a class="indexterm" name="id2555444"></a><pre class="programlisting">typedef enum
|
||||
{
|
||||
GIMP_INT_STORE_VALUE,
|
||||
GIMP_INT_STORE_LABEL,
|
||||
@ -123,9 +123,9 @@ A model for integer based name-value pairs (e.g. enums)
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2517652"></a><h3>
|
||||
<a name="id2555462"></a><h3>
|
||||
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
|
||||
<a class="indexterm" name="id2517662"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2555473"></a><pre class="programlisting"><a
|
||||
href="../gtk/GtkListStore.html"
|
||||
>GtkListStore</a>* gimp_int_store_new (void);</pre>
|
||||
<p>
|
||||
@ -152,9 +152,9 @@ are identified using an integer value.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2521973"></a><h3>
|
||||
<a name="id2569662"></a><h3>
|
||||
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
|
||||
<a class="indexterm" name="id2521982"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (<a
|
||||
<a class="indexterm" name="id2569671"></a><pre class="programlisting">gboolean gimp_int_store_lookup_by_value (<a
|
||||
href="../gtk/GtkTreeModel.html"
|
||||
>GtkTreeModel</a> *model,
|
||||
gint value,
|
||||
|
Reference in New Issue
Block a user