[gtk+] widget-factory: Add reorderable treeview columns



commit 59f3211b618bb55b3f0cb5cf4e22ad084248551d
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 7 14:33:25 2014 -0400

    widget-factory: Add reorderable treeview columns

 demos/widget-factory/widget-factory.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index d990f54..284a6ac 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1359,6 +1359,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                                 <child>
                                   <object class="GtkTreeViewColumn" id="treeviewcolumn4">
                                     <property name="title" translatable="yes">Icon</property>
+                                    <property name="reorderable">True</property>
                                     <child>
                                       <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1">
                                         <property name="follow_state">true</property>
@@ -1373,6 +1374,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
                                     <property name="title" translatable="yes">Name</property>
                                     <property name="resizable">True</property>
+                                    <property name="reorderable">True</property>
                                     <property name="sort-indicator">True</property>
                                     <property name="sort-column-id">2</property>
                                     <child>
@@ -1389,6 +1391,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                                   <object class="GtkTreeViewColumn" id="treeviewcolumn2">
                                     <property name="title" translatable="yes">Nick</property>
                                     <property name="resizable">True</property>
+                                    <property name="reorderable">True</property>
                                     <property name="sort-indicator">True</property>
                                     <property name="sort-column-id">3</property>
                                     <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]