src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Sun, 10 Mar 2024 03:23:05 +0000 (11:23 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 10 Mar 2024 03:23:05 +0000 (11:23 +0800)
src/JsRender/NodeToVala.vala

index 4c8947e..238e4c6 100644 (file)
@@ -309,6 +309,10 @@ public abstract class JsRender.NodeToVala : NodeWriter {
                        GLib.debug("Skipping wrapped properties - could not find class  %s" , this.node.fqn());
                        return;
                }
+               
+               if (this.node.fqn() == "Gtk.NotebookPage") {
+                       return;
+               }
                        // what are the properties of this class???
                this.addLine();
                this.addLine(this.ipad + "// set gobject values");