NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:19:24 +0000 (14:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 06:19:24 +0000 (14:19 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index cdeea85..1c703f5 100644 (file)
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
          "items" : [
           {
+           "listeners" : {
+            "activate" : "() => {\n\n}"
+           },
            "string label" : "Show tickets not assigned to me",
            "* pack" : "add",
            "xtype" : "CheckButton",
index 644d2bc..eb9b35d 100644 (file)
@@ -727,6 +727,11 @@ public class NewBranch : Object
 
             // set gobject values
             this.el.label = "Show tickets not assigned to me";
+
+            //listeners
+            this.el.activate.connect( () => {
+            
+            });
         }
 
         // user defined functions