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

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

index d379d41..47fda74 100644 (file)
          ],
          "id" : "from",
          "xtype" : "TreeViewColumn"
+        },
+        {
+         "$ xns" : "Gtk",
+         "* pack" : "composite_name",
+         "xtype" : "TreeViewColumn"
         }
        ],
        "listeners" : {
index 7065b94..9690f8d 100644 (file)
@@ -176,6 +176,9 @@ public class Xcls_PopoverAddProp : Object
             this.el.this.el.add_attribute(_this.namerender.el (  child_2.el ,  "markup", 1  );
  
  );
+            var child_3 = new Xcls_TreeViewColumn8( _this );
+            child_3.ref();
+            this.el.composite_name (  child_3.el  );
 
             // init method
 
@@ -340,6 +343,28 @@ typeof(string) // 5 element type (event|prop)
         // user defined functions
     }
 
+    public class Xcls_TreeViewColumn8 : Object
+    {
+        public Gtk.TreeViewColumn el;
+        private Xcls_PopoverAddProp  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_TreeViewColumn8(Xcls_PopoverAddProp _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.TreeViewColumn();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
 
 
 }