NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 04:35:10 +0000 (12:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 04:35:10 +0000 (12:35 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 225edfd..f516d74 100644 (file)
      "* pack" : "add",
      "xtype" : "Notebook",
      "$ xns" : "Gtk",
-     "bool vexpand" : true
+     "bool vexpand" : true,
+     "items" : [
+      {
+       "* pack" : "get_path_for_child",
+       "xtype" : "Label",
+       "$ xns" : "Gtk"
+      }
+     ]
     }
    ]
   }
index 7a1a694..8f8bb12 100644 (file)
@@ -979,9 +979,34 @@ public class NewBranch : Object
 
             // set gobject values
             this.el.vexpand = true;
+            var child_0 = new Xcls_Label23( _this );
+            child_0.ref();
+            this.el.get_path_for_child (  child_0.el  );
+        }
+
+        // user defined functions
+    }
+    public class Xcls_Label23 : Object
+    {
+        public Gtk.Label el;
+        private NewBranch  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Label23(NewBranch _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Label( null );
+
+            // my vars (dec)
+
+            // set gobject values
         }
 
         // user defined functions
     }
 
+
 }