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

MergeBranch.bjs
MergeBranch.vala

index 9282dcf..7575206 100644 (file)
          "xtype" : "Box",
          "gboolean homogeneous" : false,
          "$ xns" : "Gtk",
+         "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
+        },
+        {
+         "* pack" : "append_page,_this.label_ticket.el",
+         "xtype" : "Box",
+         "gboolean homogeneous" : false,
+         "$ xns" : "Gtk",
          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
          "items" : [
           {
            ]
           }
          ]
-        },
-        {
-         "* pack" : "append_page,_this.label_ticket.el",
-         "xtype" : "Box",
-         "gboolean homogeneous" : false,
-         "$ xns" : "Gtk",
-         "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
         }
        ]
       },
index ed1618b..a85153c 100644 (file)
@@ -674,7 +674,7 @@ public class MergeBranch : Object
             var child_2 = new Xcls_Box17( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_diff.el );
-            var child_3 = new Xcls_Box20( _this );
+            var child_3 = new Xcls_Box18( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_ticket.el );
         }
@@ -743,6 +743,29 @@ public class MergeBranch : Object
 
             // my vars (dec)
 
+            // set gobject values
+            this.el.homogeneous = false;
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_Box18 : Object
+    {
+        public Gtk.Box el;
+        private MergeBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Box18(MergeBranch _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
+
+            // my vars (dec)
+
             // set gobject values
             this.el.homogeneous = false;
             var child_0 = new Xcls_scrolled_window( _this );
@@ -830,29 +853,6 @@ public class MergeBranch : Object
 
 
 
-    public class Xcls_Box20 : Object
-    {
-        public Gtk.Box el;
-        private MergeBranch  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Box20(MergeBranch _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.homogeneous = false;
-        }
-
-        // user defined functions
-    }
-
 
     public class Xcls_spinner : Object
     {