src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 25 Sep 2022 03:31:20 +0000 (11:31 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 25 Sep 2022 03:31:20 +0000 (11:31 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs
src/Builder4/GtkView.vala

index 78f7d85..23b82f7 100644 (file)
              ""
             ]
            },
+           "string name" : "gtkview-view",
            "xtype" : "SourceView",
            "| string toString" : [
             "() {",
index 6a4d8b5..2faa50b 100644 (file)
@@ -585,6 +585,7 @@ public class Xcls_GtkView : Object
             this.allow_node_scroll = true;
 
             // set gobject values
+            this.el.name = "gtkview-view";
             this.el.editable = false;
             this.el.show_line_marks = true;
             this.el.show_line_numbers = true;