src/Builder4/CodeInfo.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 07:21:03 +0000 (15:21 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 07:21:03 +0000 (15:21 +0800)
src/Builder4/CodeInfo.vala

src/Builder4/CodeInfo.bjs
src/Builder4/CodeInfo.vala

index 4e1d4f3..b5ca146 100644 (file)
          "items" : [
           {
            "$ xns" : "Gtk",
-           "items" : [
-            {
-             "$ xns" : "Gtk",
-             "* prop" : "child",
-             "xtype" : "ListView"
-            }
-           ],
            "xtype" : "ScrolledWindow"
           }
          ],
index 454ea74..00be15c 100644 (file)
@@ -167,6 +167,30 @@ public class CodeInfo : Object
 
                        // my vars (dec)
 
+                       // set gobject values
+                       var child_1 = new Xcls_ScrolledWindow143( _this );
+                       child_1.ref();
+                       this.el.append( child_1.el );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_ScrolledWindow143 : Object
+       {
+               public Gtk.ScrolledWindow el;
+               private CodeInfo  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_ScrolledWindow143(CodeInfo _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.ScrolledWindow();
+
+                       // my vars (dec)
+
                        // set gobject values
                }
 
@@ -175,4 +199,5 @@ public class CodeInfo : Object
 
 
 
+
 }