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

Clones.bjs
Clones.vala

index a605f59..8f1afa5 100644 (file)
            "resizable" : false,
            "items" : [
             {
+             "id" : "cr_all_branches",
              "* pack" : "pack_start",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
index 81c0c73..0eb0724 100644 (file)
@@ -26,6 +26,7 @@ public class Clones : Object
     public Xcls_tv_last_updated tv_last_updated;
     public Xcls_cr_last_updated cr_last_updated;
     public Xcls_tv_all_branches tv_all_branches;
+    public Xcls_cr_all_branches cr_all_branches;
     public Xcls_ok_button ok_button;
 
         // my vars (def)
@@ -923,7 +924,7 @@ public class Clones : Object
             this.el.title = "All Branches";
             this.el.min_width = 50;
             this.el.resizable = false;
-            var child_0 = new Xcls_CellRendererText23( _this );
+            var child_0 = new Xcls_cr_all_branches( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el  );
 
@@ -938,7 +939,7 @@ public class Clones : Object
 
         // user defined functions
     }
-    public class Xcls_CellRendererText23 : Object
+    public class Xcls_cr_all_branches : Object
     {
         public Gtk.CellRendererText el;
         private Clones  _this;
@@ -947,9 +948,10 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_CellRendererText23(Clones _owner )
+        public Xcls_cr_all_branches(Clones _owner )
         {
             _this = _owner;
+            _this.cr_all_branches = this;
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)