~ubuntu-branches/ubuntu/karmic/gtk+2.0/karmic

« 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-10-06 07:41:45 UTC
  • mfrom: (1.2.33 upstream) (72.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091006074145-7eggknlb7ta11acf
Tags: 2.18.2-1
* New upstream bugfix release:
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
  + 090_directfb-backend-compilation-fix.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
><span class="type">GdkPixbuf</span></a>s stored.
243
243
</p>
244
244
<div class="example">
245
 
<a name="id848794"></a><p class="title"><b>Example 26. Creating a simple list store.</b></p>
 
245
<a name="id892761"></a><p class="title"><b>Example 26. Creating a simple list store.</b></p>
246
246
<div class="example-contents"><pre class="programlisting">
247
247
enum {
248
248
  COLUMN_STRING,
288
288
</pre></div>
289
289
</div>
290
290
<br class="example-break"><div class="refsect2" title="Performance Considerations">
291
 
<a name="id983438"></a><h3>Performance Considerations</h3>
 
291
<a name="id883269"></a><h3>Performance Considerations</h3>
292
292
<p>
293
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
294
294
tail pointer prior to GTK+ 2.6.  As a result, it was fast at data
340
340
 
341
341
</p>
342
342
<div class="example">
343
 
<a name="id983074"></a><p class="title"><b>Example 27. A UI Definition fragment for a list store</b></p>
 
343
<a name="id1025125"></a><p class="title"><b>Example 27. A UI Definition fragment for a list store</b></p>
344
344
<div class="example-contents"><pre class="programlisting">
345
345
&lt;object class="GtkListStore"&gt;
346
346
  &lt;columns&gt;