src/Builder4/PopoverAddProp.bjs
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:36:56 +0000 (16:36 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:36:56 +0000 (16:36 +0800)
src/Builder4/PopoverAddProp.vala

src/Builder4/PopoverAddProp.bjs
src/Builder4/PopoverAddProp.vala

index 289dbcc..263602f 100644 (file)
          "* pack" : "append_column",
          "id" : "from",
          "int sort_column_id" : 4,
+         "items" : [
+          {
+           "$ xns" : "Gtk",
+           "* pack" : "composite_name",
+           "xtype" : "TreeView"
+          }
+         ],
          "string title" : "From",
          "xtype" : "TreeView"
         }
index aba6a82..a5d1bc9 100644 (file)
@@ -400,6 +400,9 @@ typeof(string) // 5 element type (event|prop)
             this.title = From;
 
             // set gobject values
+            var child_0 = new Xcls_TreeView10( _this );
+            child_0.ref();
+            this.el.composite_name (  child_0.el  );
 
             // init method
 
@@ -408,6 +411,28 @@ typeof(string) // 5 element type (event|prop)
 
         // user defined functions
     }
+    public class Xcls_TreeView10 : Object
+    {
+        public Gtk.TreeView el;
+        private Xcls_PopoverAddProp  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_TreeView10(Xcls_PopoverAddProp _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.TreeView();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+