Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:29:47 +0000 (17:29 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:29:47 +0000 (17:29 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index efb6d4a..ab833ad 100644 (file)
@@ -80,6 +80,7 @@
                                 {
                                     "* init" : "{  \nthis.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n\n}\n",
                                     "xtype" : "ScrolledWindow",
+                                    "* pack" : "add1",
                                     "$ xns" : "Gtk",
                                     "items" : [
                                         {
@@ -91,6 +92,7 @@
                                 },
                                 {
                                     "xtype" : "VBox",
+                                    "* pack" : "add2",
                                     "string id" : "set_vbox",
                                     "gboolean homogeneous" : false,
                                     "$ xns" : "Gtk",
index e18146c..08da72e 100644 (file)
@@ -287,6 +287,7 @@ public class ValaProjectSettings : Object
             this.el.position = 300;
             var child_0 = new Xcls_ScrolledWindow13( _this );
             child_0.ref();
+            this.el.add1 (  child_0.el  );
             var child_1 = new Xcls_set_vbox( _this );
             child_1.ref();
         }