NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:12:30 +0000 (13:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:12:30 +0000 (13:12 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 6fe3226..432ee55 100644 (file)
@@ -52,6 +52,7 @@
        "$ xns" : "Gtk"
       },
       {
+       "id" : "select_ticket_tab",
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_select_ticket.el",
        "xtype" : "Box",
index b366ea2..d41ec8b 100644 (file)
@@ -15,6 +15,7 @@ public class NewBranch : Object
     public Xcls_label_select_ticket label_select_ticket;
     public Xcls_label_create_ticket label_create_ticket;
     public Xcls_label_quick_commit label_quick_commit;
+    public Xcls_select_ticket_tab select_ticket_tab;
     public Xcls_projectsel projectsel;
     public Xcls_prcellrenderer prcellrenderer;
     public Xcls_prmodel prmodel;
@@ -201,7 +202,7 @@ public class NewBranch : Object
             child_1.ref();
             var child_2 = new Xcls_label_quick_commit( _this );
             child_2.ref();
-            var child_3 = new Xcls_Box6( _this );
+            var child_3 = new Xcls_select_ticket_tab( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_select_ticket.el );
             var child_4 = new Xcls_Box25( _this );
@@ -283,7 +284,7 @@ public class NewBranch : Object
         // user defined functions
     }
 
-    public class Xcls_Box6 : Object
+    public class Xcls_select_ticket_tab : Object
     {
         public Gtk.Box el;
         private NewBranch  _this;
@@ -292,9 +293,10 @@ public class NewBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box6(NewBranch _owner )
+        public Xcls_select_ticket_tab(NewBranch _owner )
         {
             _this = _owner;
+            _this.select_ticket_tab = this;
             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)