~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): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
Import upstream version 2.18.0

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="id660144"></a><p class="title"><b>Example 26. 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>
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="id880348"></a><h3>Performance Considerations</h3>
 
291
<a name="id825173"></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="id886755"></a><p class="title"><b>Example 27. 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>
344
344
<div class="example-contents"><pre class="programlisting">
345
345
&lt;object class="GtkListStore"&gt;
346
346
  &lt;columns&gt;