~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkTreeStore.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
9
9
<link rel="prev" href="GtkListStore.html" title="GtkListStore">
10
10
<link rel="next" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
153
153
column. The "type" attribute specifies the data type for the column.
154
154
</p>
155
155
<div class="example">
156
 
<a name="id1099125"></a><p class="title"><b>Example 29. A UI Definition fragment for a tree store</b></p>
 
156
<a name="id966728"></a><p class="title"><b>Example 29. A UI Definition fragment for a tree store</b></p>
157
157
<div class="example-contents">
158
158
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
159
159
    <tbody>
212
212
<td>number of columns in the tree store</td>
213
213
</tr>
214
214
<tr>
215
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
216
 
<td>all <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last</td>
217
 
</tr>
218
 
<tr>
219
215
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
220
216
<td>a new <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>
221
217
</td>
348
344
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
349
345
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
350
346
</tr>
351
 
<tr>
352
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
353
 
<td>pairs of column number and value, terminated with -1</td>
354
 
</tr>
355
347
</tbody>
356
348
</table></div>
357
349
</div>
653
645
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
654
646
<td>position to insert the new row</td>
655
647
</tr>
656
 
<tr>
657
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
658
 
<td>pairs of column number and value, terminated with -1</td>
659
 
</tr>
660
648
</tbody>
661
649
</table></div>
662
650
<p class="since">Since 2.10</p>
1035
1023
</div>
1036
1024
<div class="footer">
1037
1025
<hr>
1038
 
          Generated by GTK-Doc V1.17</div>
 
1026
          Generated by GTK-Doc V1.18</div>
1039
1027
</body>
1040
1028
</html>
 
 
b'\\ No newline at end of file'