Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:03:10 +0000 (13:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:03:10 +0000 (13:03 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 6b319bc..d763955 100644 (file)
            "resizable" : true,
            "items" : [
             {
+             "id" : "cr_repo",
              "* pack" : "pack_start",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
index 5fc0903..01b78cc 100644 (file)
@@ -20,6 +20,7 @@ public class Clones : Object
     public Xcls_tv_autopush tv_autopush;
     public Xcls_cr_autopush cr_autopush;
     public Xcls_tv_repo tv_repo;
+    public Xcls_cr_repo cr_repo;
     public Xcls_tv_current_branch tv_current_branch;
     public Xcls_tv_last_updated tv_last_updated;
     public Xcls_tv_all_branches tv_all_branches;
@@ -741,7 +742,7 @@ public class Clones : Object
             this.el.title = "Repo";
             this.el.min_width = 200;
             this.el.resizable = true;
-            var child_0 = new Xcls_CellRendererText17( _this );
+            var child_0 = new Xcls_cr_repo( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el  );
 
@@ -756,7 +757,7 @@ public class Clones : Object
 
         // user defined functions
     }
-    public class Xcls_CellRendererText17 : Object
+    public class Xcls_cr_repo : Object
     {
         public Gtk.CellRendererText el;
         private Clones  _this;
@@ -765,9 +766,10 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_CellRendererText17(Clones _owner )
+        public Xcls_cr_repo(Clones _owner )
         {
             _this = _owner;
+            _this.cr_repo = this;
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)