Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:56:11 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:56:11 +0000 (15:56 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 54ce954..e2b1846 100644 (file)
           {
            "id" : "tv_repo",
            "* init" : "\n    this.el.add_attribute(_this.cr_repo.el , \"markup\", 0 );\n",
+           "Gtk.SortType sort_order" : "Gtk.SortType.ASCENDING",
            "title" : "Repo",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",
index e814661..1ad0fe9 100644 (file)
@@ -805,6 +805,7 @@ public class Clones : Object
             // set gobject values
             this.el.title = "Repo";
             this.el.min_width = 200;
+            this.el.sort_order = Gtk.SortType.ASCENDING;
             this.el.resizable = true;
             var child_0 = new Xcls_cr_repo( _this );
             child_0.ref();