NewBranch.bjs
[gitlive] / NewBranch.vala
index 7a1a694..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;
@@ -979,9 +980,34 @@ public class NewBranch : Object
 
             // 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
     }
 
+
 }