MergeBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Dec 2018 06:54:51 +0000 (14:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Dec 2018 06:54:51 +0000 (14:54 +0800)
MergeBranch.vala

MergeBranch.bjs
MergeBranch.vala

index da8e150..9cd76a3 100644 (file)
          "$ xns" : "Gtk"
         },
         {
+         "id" : "label_ticket",
          "string label" : "Ticket Details",
          "* pack" : false,
          "xtype" : "Label",
index 4acd1af..c1df719 100644 (file)
@@ -21,6 +21,7 @@ public class MergeBranch : Object
     public Xcls_dbmodel dbmodel;
     public Xcls_name name;
     public Xcls_label_diff label_diff;
+    public Xcls_label_ticket label_ticket;
     public Xcls_scrolled_window scrolled_window;
     public Xcls_view view;
     public Xcls_spinner spinner;
@@ -671,7 +672,7 @@ public class MergeBranch : Object
             this.el.vexpand = true;
             var child_0 = new Xcls_label_diff( _this );
             child_0.ref();
-            var child_1 = new Xcls_Label16( _this );
+            var child_1 = new Xcls_label_ticket( _this );
             child_1.ref();
         }
 
@@ -700,7 +701,7 @@ public class MergeBranch : Object
         // user defined functions
     }
 
-    public class Xcls_Label16 : Object
+    public class Xcls_label_ticket : Object
     {
         public Gtk.Label el;
         private MergeBranch  _this;
@@ -709,9 +710,10 @@ public class MergeBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label16(MergeBranch _owner )
+        public Xcls_label_ticket(MergeBranch _owner )
         {
             _this = _owner;
+            _this.label_ticket = this;
             this.el = new Gtk.Label( "Ticket Details" );
 
             // my vars (dec)