src/Builder4/PopoverProperty.bjs
authorAlan <alan@roojs.com>
Thu, 9 Jun 2022 05:53:43 +0000 (13:53 +0800)
committerAlan <alan@roojs.com>
Thu, 9 Jun 2022 05:53:43 +0000 (13:53 +0800)
src/Builder4/PopoverProperty.vala

src/Builder4/PopoverProperty.bjs
src/Builder4/PopoverProperty.vala

index 33b649e..409261a 100644 (file)
            "xtype" : "Image"
           }
          ],
+         "listeners" : {
+          "pressed" : [
+           "() => {",
+           "",
+           "",
+           "",
+           "}"
+          ]
+         },
          "string label" : "Add Property",
          "xtype" : "Button"
         }
index 85a578f..64d72c5 100644 (file)
@@ -711,6 +711,13 @@ public class Xcls_PopoverProperty : Object
             var child_0 = new Xcls_Image17( _this );
             child_0.ref();
             this.el.image = child_0.el;
+
+            //listeners
+            this.el.pressed.connect( () => {
+            
+            
+            
+            });
         }
 
         // user defined functions