[POS-commit] r268 - libglade/examples

Johan Dahlin jdahlin at async.com.br
Thu Mar 31 18:28:58 BRT 2005


Author: jdahlin
Date: 2005-03-31 18:28:58 -0300 (Thu, 31 Mar 2005)
New Revision: 268

Modified:
   libglade/examples/treeview.glade
Log:
Add GtkTreeStore example

Modified: libglade/examples/treeview.glade
===================================================================
--- libglade/examples/treeview.glade	2005-03-31 21:28:50 UTC (rev 267)
+++ libglade/examples/treeview.glade	2005-03-31 21:28:58 UTC (rev 268)
@@ -4,6 +4,10 @@
     <property name="types">gchararray gint GdkPixbuf</property>
   </object>
 
+  <object class="GtkTreeStore" id="treestore1">
+    <property name="types">gchararray gint GdkPixbuf</property>
+  </object>
+
   <object class="GtkWindow" id="window1">
     <property name="visible">True</property>
     <child>



More information about the POS-commit mailing list