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

Ticket.bjs
Ticket.vala

index 31fc259..e678f29 100644 (file)
@@ -30,6 +30,7 @@
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
+       "id" : "table",
        "bool homogeneous" : true,
        "bool expand" : false,
        "xtype" : "Table",
        "bool homogeneous" : true,
        "bool expand" : false,
        "xtype" : "Table",
index d8b10d9..76d25d1 100644 (file)
@@ -12,6 +12,7 @@ public class Ticket : Object
         }
         return _Ticket;
     }
         }
         return _Ticket;
     }
+    public Xcls_table table;
     public Xcls_project_id project_id;
     public Xcls_prcellrenderer prcellrenderer;
     public Xcls_prmodel prmodel;
     public Xcls_project_id project_id;
     public Xcls_prcellrenderer prcellrenderer;
     public Xcls_prmodel prmodel;
@@ -159,7 +160,7 @@ public class Ticket : 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_spinner( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_spinner( _this );
@@ -169,7 +170,7 @@ public class Ticket : Object
 
         // user defined functions
     }
 
         // user defined functions
     }
-    public class Xcls_Table3 : Object
+    public class Xcls_table : Object
     {
         public Gtk.Table el;
         private Ticket  _this;
     {
         public Gtk.Table el;
         private Ticket  _this;
@@ -178,9 +179,10 @@ public class Ticket : Object
             // my vars (def)
 
         // ctor
             // my vars (def)
 
         // ctor
-        public Xcls_Table3(Ticket _owner )
+        public Xcls_table(Ticket _owner )
         {
             _this = _owner;
         {
             _this = _owner;
+            _this.table = this;
             this.el = new Gtk.Table( 14, 4, true );
 
             // my vars (dec)
             this.el = new Gtk.Table( 14, 4, true );
 
             // my vars (dec)