NewBranch.bjs
[gitlive] / NewBranch.vala
index 0af7412..6347837 100644 (file)
@@ -25,6 +25,8 @@ public class NewBranch : Object
     public Xcls_scrolled_window scrolled_window;
     public Xcls_view view;
     public Xcls_label_select_ticket label_select_ticket;
+    public Xcls_label_create_ticket label_create_ticket;
+    public Xcls_label_quick_commit label_quick_commit;
 
         // my vars (def)
     public GitRepo? repo;
@@ -54,6 +56,9 @@ public class NewBranch : Object
         var child_1 = new Xcls_Notebook22( _this );
         child_1.ref();
         this.el.add (  child_1.el  );
+        var child_2 = new Xcls_Box26( _this );
+        child_2.ref();
+        this.el.composite_name (  child_2.el  );
 
         //listeners
         this.el.delete_event.connect( (self, event) => {
@@ -982,6 +987,10 @@ public class NewBranch : Object
             this.el.vexpand = true;
             var child_0 = new Xcls_label_select_ticket( _this );
             child_0.ref();
+            var child_1 = new Xcls_label_create_ticket( _this );
+            child_1.ref();
+            var child_2 = new Xcls_label_quick_commit( _this );
+            child_2.ref();
         }
 
         // user defined functions
@@ -999,7 +1008,30 @@ public class NewBranch : Object
         {
             _this = _owner;
             _this.label_select_ticket = this;
-            this.el = new Gtk.Label( null );
+            this.el = new Gtk.Label( "Select Existing Ticket to work on" );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_label_create_ticket : Object
+    {
+        public Gtk.Label el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_label_create_ticket(NewBranch _owner )
+        {
+            _this = _owner;
+            _this.label_create_ticket = this;
+            this.el = new Gtk.Label( "Create a new Ticket" );
 
             // my vars (dec)
 
@@ -1009,5 +1041,50 @@ public class NewBranch : Object
         // user defined functions
     }
 
+    public class Xcls_label_quick_commit : Object
+    {
+        public Gtk.Label el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_label_quick_commit(NewBranch _owner )
+        {
+            _this = _owner;
+            _this.label_quick_commit = this;
+            this.el = new Gtk.Label( "Quick Commit" );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
+
+    public class Xcls_Box26 : Object
+    {
+        public Gtk.Box el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Box26(NewBranch _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Box( null, 0 );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
 
 }