~ucl-cs-study-devs/activityfinder/gtk+2.0-2.24.27

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-20 17:48:37 UTC
  • mfrom: (1.14.27)
  • Revision ID: package-import@ubuntu.com-20150220174837-slkw5y3egvqijcyu
Tags: 2.24.26-0ubuntu1
* New upstream release.
  + Protect gdk_event_apply_filters_safe from changes in the filter list
  (LP: #1351890)
* Now need to build with --enable-man to build the manpages, and build-dep
  on libxml2-utils to get xmlcatalog which configure uses to decide whether
  to build them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
value.  As a result, if the object is modified, it is up to the
262
262
application writer to call <em class="parameter"><code>gtk_tree_model_row_changed</code></em> to emit the
263
263
"row_changed" signal.  This most commonly affects lists with
264
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>s stored.
 
264
<span class="type">GdkPixbuf</span>s stored.
265
265
</p>
266
266
<div class="example">
267
267
<a name="id-1.4.9.24.8.4"></a><p class="title"><b>Example 27. Creating a simple list store.</b></p>
475
475
are supported. </p>
476
476
<p>As an example, <code class="literal">gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
477
477
GDK_TYPE_PIXBUF);</code> will create a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> with three columns, of type
478
 
int, string and <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> respectively.</p>
 
478
int, string and <span class="type">GdkPixbuf</span> respectively.</p>
479
479
<div class="refsect3">
480
480
<a name="id-1.4.9.24.9.2.6"></a><h4>Parameters</h4>
481
481
<div class="informaltable"><table width="100%" border="0">