~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-23 06:36:41 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (72.2.8 sid) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923063641-69c7g7h68iy4u5o3
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<link rel="chapter" href="gtk-migrating-GtkBuilder.html" title="Migrating from libglade to GtkBuilder">
50
50
<link rel="chapter" href="gtk-migrating-tooltips.html" title="Migrating from GtkTooltips to GtkTooltip">
51
51
<link rel="chapter" href="gtk-migrating-entry-icons.html" title="Migrating from SexyIconEntry to GtkEntry">
 
52
<link rel="chapter" href="gtk-migrating-label-links.html" title="Migrating from SexyUrlLabel to GtkLabel">
 
53
<link rel="chapter" href="gtk-migrating-ClientSideWindows.html" title="Migrating to client-side windows">
52
54
<link rel="part" href="pt05.html" title="Part V. GTK+ Tools">
53
55
<link rel="glossary" href="glossary.html" title="Glossary">
54
56
<link rel="index" href="api-index-full.html" title="Index of all symbols">
61
63
<link rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12">
62
64
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
63
65
<link rel="index" href="api-index-2-16.html" title="Index of new symbols in 2.16">
 
66
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
64
67
</head>
65
68
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
66
69
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
239
242
><span class="type">GdkPixbuf</span></a>s stored.
240
243
</p>
241
244
<div class="example">
242
 
<a name="id923914"></a><p class="title"><b>Example 25. Creating a simple list store.</b></p>
 
245
<a name="id788050"></a><p class="title"><b>Example 26. Creating a simple list store.</b></p>
243
246
<div class="example-contents"><pre class="programlisting">
244
247
enum {
245
248
  COLUMN_STRING,
285
288
</pre></div>
286
289
</div>
287
290
<br class="example-break"><div class="refsect2" title="Performance Considerations">
288
 
<a name="id1006170"></a><h3>Performance Considerations</h3>
 
291
<a name="id825173"></a><h3>Performance Considerations</h3>
289
292
<p>
290
293
Internally, the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> was implemented with a linked list with a
291
294
tail pointer prior to GTK+ 2.6.  As a result, it was fast at data
337
340
 
338
341
</p>
339
342
<div class="example">
340
 
<a name="id1014515"></a><p class="title"><b>Example 26. A UI Definition fragment for a list store</b></p>
 
343
<a name="id828846"></a><p class="title"><b>Example 27. A UI Definition fragment for a list store</b></p>
341
344
<div class="example-contents"><pre class="programlisting">
342
345
&lt;object class="GtkListStore"&gt;
343
346
  &lt;columns&gt;