~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-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

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="id613211"></a><p class="title"><b>Example 26. Creating a simple list store.</b></p>
 
245
<a name="id660144"></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="id833415"></a><h3>Performance Considerations</h3>
 
291
<a name="id880348"></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="id839822"></a><p class="title"><b>Example 27. A UI Definition fragment for a list store</b></p>
 
343
<a name="id886755"></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;