/usr/share/gtk-doc/html/gcr-3/gcr-gcr-collection-model.html is in libgcr-3-doc 3.10.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gcr-collection-model</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Gcr Library Reference Manual">
<link rel="up" href="collections.html" title="Part II. Collections">
<link rel="prev" href="GcrSimpleCollection.html" title="GcrSimpleCollection">
<link rel="next" href="widgets.html" title="Part III. Widgets">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GcrSimpleCollection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="collections.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Gcr Library Reference Manual</th>
<td><a accesskey="n" href="widgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gcr-gcr-collection-model.synopsis" class="shortcut">Top</a>
|
<a href="#gcr-gcr-collection-model.description" class="shortcut">Description</a>
|
<a href="#gcr-gcr-collection-model.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#gcr-gcr-collection-model.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
<a href="#gcr-gcr-collection-model.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="gcr-gcr-collection-model"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gcr-gcr-collection-model.top_of_page"></a>gcr-collection-model</span></h2>
<p>gcr-collection-model</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="gcr-gcr-collection-model.synopsis"></a><h2>Synopsis</h2>
<a name="GcrCollectionModel"></a><pre class="synopsis">struct <a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel-struct" title="struct GcrCollectionModel">GcrCollectionModel</a>;
struct <a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelClass" title="struct GcrCollectionModelClass">GcrCollectionModelClass</a>;
enum <a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode">GcrCollectionModelMode</a>;
<a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="returnvalue">GcrCollectionModel</span></a> * <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-new" title="gcr_collection_model_new ()">gcr_collection_model_new</a> (<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>,
<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> mode</code></em>,
<em class="parameter"><code>...</code></em>);
<a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="returnvalue">GcrCollectionModel</span></a> * <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-new-full" title="gcr_collection_model_new_full ()">gcr_collection_model_new_full</a> (<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>,
<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> mode</code></em>,
<em class="parameter"><code>const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="type">GcrColumn</span></a> *columns</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-set-columns" title="gcr_collection_model_set_columns ()">gcr_collection_model_set_columns</a> (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code>const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="type">GcrColumn</span></a> *columns</code></em>);
<a class="link" href="GcrCollection.html" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> * <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-get-collection" title="gcr_collection_model_get_collection ()">gcr_collection_model_get_collection</a> (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);
<span class="returnvalue">void</span> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-set-collection" title="gcr_collection_model_set_collection ()">gcr_collection_model_set_collection</a> (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-iter-for-object" title="gcr_collection_model_iter_for_object ()">gcr_collection_model_iter_for_object</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-object-for-iter" title="gcr_collection_model_object_for_iter ()">gcr_collection_model_object_for_iter</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code>const <span class="type">GtkTreeIter</span> *iter</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-is-selected" title="gcr_collection_model_is_selected ()">gcr_collection_model_is_selected</a> (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
<span class="returnvalue">void</span> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-change-selected" title="gcr_collection_model_change_selected ()">gcr_collection_model_change_selected</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selected</code></em>);
<span class="returnvalue">void</span> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-toggle-selected" title="gcr_collection_model_toggle_selected ()">gcr_collection_model_toggle_selected</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-get-selected-objects" title="gcr_collection_model_get_selected_objects ()">gcr_collection_model_get_selected_objects</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);
<span class="returnvalue">void</span> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-set-selected-objects" title="gcr_collection_model_set_selected_objects ()">gcr_collection_model_set_selected_objects</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *selected</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gcr-gcr-collection-model.html#gcr-collection-model-column-for-selected" title="gcr_collection_model_column_for_selected ()">gcr_collection_model_column_for_selected</a>
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----GcrCollectionModel
</pre>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GcrCollectionModel implements
GtkTreeModel and GtkTreeSortable.</p>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel--collection" title='The "collection" property'>collection</a>" <a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a>* : Read / Write
"<a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel--columns" title='The "columns" property'>columns</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only
"<a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel--mode" title='The "mode" property'>mode</a>" <a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GcrCollectionModel-struct"></a><h3>struct GcrCollectionModel</h3>
<pre class="programlisting">struct GcrCollectionModel;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GcrCollectionModelClass"></a><h3>struct GcrCollectionModelClass</h3>
<pre class="programlisting">struct GcrCollectionModelClass {
GObjectClass parent_class;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="GcrCollectionModelMode"></a><h3>enum GcrCollectionModelMode</h3>
<pre class="programlisting">typedef enum {
GCR_COLLECTION_MODEL_LIST = 0,
GCR_COLLECTION_MODEL_TREE
} GcrCollectionModelMode;
</pre>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GCR-COLLECTION-MODEL-LIST:CAPS"></a><span class="term"><code class="literal">GCR_COLLECTION_MODEL_LIST</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GCR-COLLECTION-MODEL-TREE:CAPS"></a><span class="term"><code class="literal">GCR_COLLECTION_MODEL_TREE</code></span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-new"></a><h3>gcr_collection_model_new ()</h3>
<pre class="programlisting"><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="returnvalue">GcrCollectionModel</span></a> * gcr_collection_model_new (<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>,
<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> mode</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-new-full"></a><h3>gcr_collection_model_new_full ()</h3>
<pre class="programlisting"><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="returnvalue">GcrCollectionModel</span></a> * gcr_collection_model_new_full (<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>,
<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> mode</code></em>,
<em class="parameter"><code>const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="type">GcrColumn</span></a> *columns</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-set-columns"></a><h3>gcr_collection_model_set_columns ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gcr_collection_model_set_columns (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code>const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="type">GcrColumn</span></a> *columns</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-get-collection"></a><h3>gcr_collection_model_get_collection ()</h3>
<pre class="programlisting"><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> * gcr_collection_model_get_collection (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-set-collection"></a><h3>gcr_collection_model_set_collection ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gcr_collection_model_set_collection (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-iter-for-object"></a><h3>gcr_collection_model_iter_for_object ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gcr_collection_model_iter_for_object
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-object-for-iter"></a><h3>gcr_collection_model_object_for_iter ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * gcr_collection_model_object_for_iter
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code>const <span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-is-selected"></a><h3>gcr_collection_model_is_selected ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gcr_collection_model_is_selected (<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-change-selected"></a><h3>gcr_collection_model_change_selected ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gcr_collection_model_change_selected
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selected</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-toggle-selected"></a><h3>gcr_collection_model_toggle_selected ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gcr_collection_model_toggle_selected
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-get-selected-objects"></a><h3>gcr_collection_model_get_selected_objects ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gcr_collection_model_get_selected_objects
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-set-selected-objects"></a><h3>gcr_collection_model_set_selected_objects ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gcr_collection_model_set_selected_objects
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *selected</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gcr-collection-model-column-for-selected"></a><h3>gcr_collection_model_column_for_selected ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gcr_collection_model_column_for_selected
(<em class="parameter"><code><a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModel"><span class="type">GcrCollectionModel</span></a> *self</code></em>);</pre>
<p>
</p>
</div>
</div>
<div class="refsect1">
<a name="gcr-gcr-collection-model.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GcrCollectionModel--collection"></a><h3>The <code class="literal">"collection"</code> property</h3>
<pre class="programlisting"> "collection" <a class="link" href="GcrCollection.html" title="GcrCollection"><span class="type">GcrCollection</span></a>* : Read / Write</pre>
<p>Collection to get objects from.</p>
</div>
<hr>
<div class="refsect2">
<a name="GcrCollectionModel--columns"></a><h3>The <code class="literal">"columns"</code> property</h3>
<pre class="programlisting"> "columns" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only</pre>
<p>Columns for the model.</p>
</div>
<hr>
<div class="refsect2">
<a name="GcrCollectionModel--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
<pre class="programlisting"> "mode" <a class="link" href="gcr-gcr-collection-model.html#GcrCollectionModelMode" title="enum GcrCollectionModelMode"><span class="type">GcrCollectionModelMode</span></a> : Read / Write / Construct Only</pre>
<p>Tree or list mode.</p>
<p>Default value: GCR_COLLECTION_MODEL_TREE</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19</div>
</body>
</html>
|