MergeBranch.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:58:49 +0000 (15:58 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:58:49 +0000 (15:58 +0800)
MergeBranch.vala

MergeBranch.bjs
MergeBranch.vala

index 3b4e33f..9383878 100644 (file)
@@ -32,6 +32,7 @@
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
+       "id" : "table",
        "bool homogeneous" : false,
        "* pack" : "pack_start,false,false,0",
        "xtype" : "Table",
        "bool homogeneous" : false,
        "* pack" : "pack_start,false,false,0",
        "xtype" : "Table",
index 464c85a..bb72ae2 100644 (file)
@@ -12,6 +12,7 @@ public class MergeBranch : Object
         }
         return _MergeBranch;
     }
         }
         return _MergeBranch;
     }
+    public Xcls_table table;
     public Xcls_actionsel actionsel;
     public Xcls_actioncellrenderer actioncellrenderer;
     public Xcls_actionmodel actionmodel;
     public Xcls_actionsel actionsel;
     public Xcls_actioncellrenderer actioncellrenderer;
     public Xcls_actionmodel actionmodel;
@@ -157,7 +158,7 @@ public class MergeBranch : Object
             // my vars (dec)
 
             // set gobject values
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_Table3( _this );
+            var child_0 = new Xcls_table( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_scrolled_window( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_scrolled_window( _this );
@@ -170,7 +171,7 @@ public class MergeBranch : Object
 
         // user defined functions
     }
 
         // user defined functions
     }
-    public class Xcls_Table3 : Object
+    public class Xcls_table : Object
     {
         public Gtk.Table el;
         private MergeBranch  _this;
     {
         public Gtk.Table el;
         private MergeBranch  _this;
@@ -179,9 +180,10 @@ public class MergeBranch : Object
             // my vars (def)
 
         // ctor
             // my vars (def)
 
         // ctor
-        public Xcls_Table3(MergeBranch _owner )
+        public Xcls_table(MergeBranch _owner )
         {
             _this = _owner;
         {
             _this = _owner;
+            _this.table = this;
             this.el = new Gtk.Table( 2, 2, false );
 
             // my vars (dec)
             this.el = new Gtk.Table( 2, 2, false );
 
             // my vars (dec)