Imported Upstream version 2.8.18
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GimpIntStore: GIMP Widgets Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="GimpIntComboBox.html" title="GimpIntComboBox">
|
||||
<link rel="next" href="GimpMemsizeEntry.html" title="GimpMemSizeEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -37,7 +37,7 @@
|
||||
</tr></table></div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpIntStore.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
@ -45,7 +45,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="http://library.gnome.org/devel/gtk3/GtkListStore.html"><span class="returnvalue">GtkListStore</span></a> *
|
||||
<a href="/usr/share/gtk-doc/html/gtk2GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GimpIntStore.html#gimp-int-store-new" title="gimp_int_store_new ()">gimp_int_store_new</a> <span class="c_punctuation">()</span>
|
||||
@ -53,7 +53,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-value" title="gimp_int_store_lookup_by_value ()">gimp_int_store_lookup_by_value</a> <span class="c_punctuation">()</span>
|
||||
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpIntStore.properties"></a><h2>Properties</h2>
|
||||
<div class="informaltable"><table border="0">
|
||||
<div class="informaltable"><table class="informaltable" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="properties_type">
|
||||
<col width="300px" class="properties_name">
|
||||
@ -72,7 +72,7 @@
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="property_type">
|
||||
<a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</td>
|
||||
<a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GimpIntStore.html#GimpIntStore--user-data-type" title="The “user-data-type” property">user-data-type</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr></tbody>
|
||||
@ -80,7 +80,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpIntStore.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
@ -99,8 +99,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpIntStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
||||
<span class="lineart">╰──</span> <a href="http://library.gnome.org/devel/gtk3/GtkListStore.html">GtkListStore</a>
|
||||
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
||||
<span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkListStore.html#GtkListStore-struct">GtkListStore</a>
|
||||
<span class="lineart">╰──</span> GimpIntStore
|
||||
<span class="lineart">╰──</span> <a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a>
|
||||
</pre>
|
||||
@ -109,7 +109,7 @@
|
||||
<a name="GimpIntStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpIntStore implements
|
||||
<a href="http://library.gnome.org/devel/gtk3/GtkTreeModel.html">GtkTreeModel</a>, <a href="http://library.gnome.org/devel/gtk3/gtk2-GtkTreeView-drag-and-drop.html#GtkTreeDragSource">GtkTreeDragSource</a>, <a href="http://library.gnome.org/devel/gtk3/gtk2-GtkTreeView-drag-and-drop.html#GtkTreeDragDest">GtkTreeDragDest</a>, <a href="http://library.gnome.org/devel/gtk3/GtkTreeSortable.html">GtkTreeSortable</a> and <a href="http://library.gnome.org/devel/gtk3/GtkBuildable.html">GtkBuildable</a>.</p>
|
||||
<a href="/usr/share/gtk-doc/html/gtk2GtkTreeModel.html#GtkTreeModel-struct">GtkTreeModel</a>, <a href="/usr/share/gtk-doc/html/gtk2gtk2-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct">GtkTreeDragSource</a>, <a href="/usr/share/gtk-doc/html/gtk2gtk2-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct">GtkTreeDragDest</a>, <a href="/usr/share/gtk-doc/html/gtk2GtkTreeSortable.html#GtkTreeSortable-struct">GtkTreeSortable</a> and <a href="/usr/share/gtk-doc/html/gtk2GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GimpIntStore.description"></a><h2>Description</h2>
|
||||
@ -119,13 +119,13 @@ GimpIntStore implements
|
||||
<a name="GimpIntStore.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-int-store-new"></a><h3>gimp_int_store_new ()</h3>
|
||||
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkListStore.html"><span class="returnvalue">GtkListStore</span></a> *
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk2GtkListStore.html#GtkListStore-struct"><span class="returnvalue">GtkListStore</span></a> *
|
||||
gimp_int_store_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Creates a <a href="http://library.gnome.org/devel/gtk3/GtkListStore.html"><span class="type">GtkListStore</span></a> with a number of useful columns.
|
||||
<p>Creates a <a href="/usr/share/gtk-doc/html/gtk2GtkListStore.html#GtkListStore-struct"><span class="type">GtkListStore</span></a> with a number of useful columns.
|
||||
<a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> is especially useful if the items you want to store
|
||||
are identified using an integer value.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.22.9.2.5"></a><h4>Returns</h4>
|
||||
<a name="gimp-int-store-new.returns"></a><h4>Returns</h4>
|
||||
<p> a new <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.</p>
|
||||
</div>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
@ -133,16 +133,16 @@ are identified using an integer value.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-int-store-lookup-by-value"></a><h3>gimp_int_store_lookup_by_value ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_int_store_lookup_by_value (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
||||
<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gimp_int_store_lookup_by_value (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk2GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk2GtkTreeModel.html#GtkTreeIter-struct"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
||||
<p>Iterate over the <em class="parameter"><code>model</code></em>
|
||||
looking for <em class="parameter"><code>value</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.22.9.3.5"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<a name="gimp-int-store-lookup-by-value.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="parameters_name">
|
||||
<col class="parameters_description">
|
||||
@ -170,10 +170,10 @@ gimp_int_store_lookup_by_value (<em class="parameter"><code><a href="http://libr
|
||||
</table></div>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.22.9.3.6"></a><h4>Returns</h4>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value has been located and <em class="parameter"><code>iter</code></em>
|
||||
<a name="gimp-int-store-lookup-by-value.returns"></a><h4>Returns</h4>
|
||||
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value has been located and <em class="parameter"><code>iter</code></em>
|
||||
is
|
||||
valid, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
||||
valid, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
||||
</div>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
@ -189,8 +189,8 @@ valid, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
||||
<a name="GimpIntStoreColumns"></a><h3>enum GimpIntStoreColumns</h3>
|
||||
<p>The column types of <a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="id-1.2.22.10.3.4"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table width="100%" border="0">
|
||||
<a name="GimpIntStoreColumns.members"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
<col class="enum_members_description">
|
||||
@ -221,7 +221,7 @@ valid, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GIMP-INT-STORE-PIXBUF:CAPS"></a>GIMP_INT_STORE_PIXBUF</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>a <span class="type">GdkPixbuf</span></p>
|
||||
<p>a <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a></p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -248,8 +248,8 @@ valid, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
||||
<a name="GimpIntStore.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GimpIntStore--user-data-type"></a><h3>The <code class="literal">“user-data-type”</code> property</h3>
|
||||
<pre class="programlisting"> “user-data-type” <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *</pre>
|
||||
<p>Allows to set the <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> for the GIMP_INT_STORE_USER_DATA column.</p>
|
||||
<pre class="programlisting"> “user-data-type” <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> *</pre>
|
||||
<p>Allows to set the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> for the GIMP_INT_STORE_USER_DATA column.</p>
|
||||
<p>You need to set this property when constructing the store if you want
|
||||
to use the GIMP_INT_STORE_USER_DATA column and want to have the store
|
||||
handle ref-counting of your user data.</p>
|
||||
@ -260,6 +260,6 @@ handle ref-counting of your user data.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user