src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:45:13 +0000 (19:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:45:13 +0000 (19:45 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 3535848..7a6c445 100644 (file)
          "$ xns" : "Gtk"
         },
         {
-         "* pack" : "pack_start,?bool?,?bool?,?uint?",
+         "* pack" : "pack_start,false,true,0",
          "xtype" : "Entry",
          "$ xns" : "Gtk"
         },
index f1def25..e261336 100644 (file)
@@ -2224,7 +2224,7 @@ public class Xcls_MainWindow : Object
             this.el.pack_start (  child_1.el , true,true,0 );
             var child_2 = new Xcls_Entry69( _this );
             child_2.ref();
-            this.el.pack_start (  child_2.el , ?bool?,?bool?,?uint? );
+            this.el.pack_start (  child_2.el , false,true,0 );
             var child_3 = new Xcls_MenuBar70( _this );
             child_3.ref();
             this.el.pack_end (  child_3.el , false,true,0 );