src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:13:55 +0000 (17:13 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:13:55 +0000 (17:13 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index b574a1c..87db3c7 100644 (file)
         {
          "$ xns" : "Gtk",
          "* prop" : "child",
+         "id" : "",
          "items" : [
           {
            "$ xns" : "Gtk",
index 04d1b35..5033a95 100644 (file)
@@ -26,6 +26,7 @@ public class Editor : Object
        public Xcls_case_sensitive case_sensitive;
        public Xcls_regex regex;
        public Xcls_multiline multiline;
+       public Xcls_ColumnView28 ColumnView28;
 
                // my vars (def)
        public int pos_root_x;
@@ -1744,7 +1745,6 @@ public class Editor : Object
                        // set gobject values
                        this.el.visible = false;
                        var child_1 = new Xcls_ColumnView28( _this );
-                       child_1.ref();
                        this.el.child = child_1.el;
                }
 
@@ -1762,6 +1762,7 @@ public class Editor : Object
                public Xcls_ColumnView28(Editor _owner )
                {
                        _this = _owner;
+                       _this.ColumnView28 = this;
                        var child_1 = new Xcls_SingleSelection31( _this );
                        child_1.ref();
                        this.el = new Gtk.ColumnView( child_1.el );