src/Builder4/WindowLeftProps.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 2 Mar 2024 05:20:00 +0000 (13:20 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 2 Mar 2024 05:20:00 +0000 (13:20 +0800)
src/Builder4/WindowLeftProps.vala

src/Builder4/WindowLeftProps.bjs
src/Builder4/WindowLeftProps.vala

index c59b667..adff2dc 100644 (file)
              "    var pal = _this.file.project.palete;",
              "        ",
              "    string[] opts;",
+             "    if (prop.ptype == JsRender.NodePropType.SIGNAL) {",
+             "    ",
+             "    }",
+             "    ",
              "    var has_opts = pal.typeOptions(_this.node.fqn(), prop.name, prop.rtype, out opts);",
              "    ",
              "    if (!has_opts && prop.ptype == JsRender.NodePropType.RAW) {",
index e46a22a..0ac7a93 100644 (file)
@@ -2374,6 +2374,10 @@ public class Xcls_LeftProps : Object
                            var pal = _this.file.project.palete;
                                
                            string[] opts;
+                           if (prop.ptype == JsRender.NodePropType.SIGNAL) {
+                           
+                           }
+                           
                            var has_opts = pal.typeOptions(_this.node.fqn(), prop.name, prop.rtype, out opts);
                            
                            if (!has_opts && prop.ptype == JsRender.NodePropType.RAW) {