NewBranch.bjs
[gitlive] / NewBranch.vala
index fbf036d..86ef3ad 100644 (file)
@@ -24,6 +24,7 @@ public class NewBranch : Object
     public Xcls_btn_closed btn_closed;
     public Xcls_scrolled_window scrolled_window;
     public Xcls_view view;
+    public Xcls_Label23 Label23;
 
         // my vars (def)
     public GitRepo? repo;
@@ -50,6 +51,9 @@ public class NewBranch : Object
         var child_0 = new Xcls_Box2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );
+        var child_1 = new Xcls_Notebook22( _this );
+        child_1.ref();
+        this.el.add (  child_1.el  );
 
         //listeners
         this.el.delete_event.connect( (self, event) => {
@@ -958,4 +962,52 @@ public class NewBranch : Object
 
 
 
+    public class Xcls_Notebook22 : Object
+    {
+        public Gtk.Notebook el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Notebook22(NewBranch _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Notebook();
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.vexpand = true;
+            var child_0 = new Xcls_Label23( _this );
+            child_0.ref();
+        }
+
+        // user defined functions
+    }
+    public class Xcls_Label23 : Object
+    {
+        public Gtk.Label el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Label23(NewBranch _owner )
+        {
+            _this = _owner;
+            _this.Label23 = this;
+            this.el = new Gtk.Label( null );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
+
 }