NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 02:36:31 +0000 (10:36 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 02:36:31 +0000 (10:36 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 83aa037..61421ca 100644 (file)
          "xtype" : "CheckButton",
          "string label" : "Show tickets not assigned to me",
          "$ xns" : "Gtk"
+        },
+        {
+         "string label" : "Show tickets not assigned to me",
+         "* pack" : "attach_defaults,0,2,4,5",
+         "xtype" : "CheckButton",
+         "$ xns" : "Gtk"
         }
        ]
       }
index bebba48..4464393 100644 (file)
@@ -195,6 +195,9 @@ public class NewBranch : Object
             var child_8 = new Xcls_CheckButton16( _this );
             child_8.ref();
             this.el.attach_defaults (  child_8.el , 0,2,4,5 );
+            var child_9 = new Xcls_CheckButton17( _this );
+            child_9.ref();
+            this.el.attach_defaults (  child_9.el , 0,2,4,5 );
         }
 
         // user defined functions
@@ -689,6 +692,29 @@ public class NewBranch : Object
         // user defined functions
     }
 
+    public class Xcls_CheckButton17 : Object
+    {
+        public Gtk.CheckButton el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_CheckButton17(NewBranch _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.CheckButton();
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.label = "Show tickets not assigned to me";
+        }
+
+        // user defined functions
+    }
+
 
 
 }