src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:50:57 +0000 (16:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:50:57 +0000 (16:50 +0800)
src/Builder4/MainWindow.vala

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

index e877845..7b571de 100644 (file)
          "$ xns" : "Gtk"
         },
         {
-         "* pack" : "pack_start,?bool?,?bool?,?uint?",
+         "* pack" : "pack_end,false,false,0",
          "xtype" : "Toolbar",
          "$ xns" : "Gtk",
          "items" : [
index 8c79b4c..04a0aa2 100644 (file)
@@ -2146,7 +2146,7 @@ public class Xcls_MainWindow : Object
             this.el.pack_start (  child_0.el , true,true,0 );
             var child_1 = new Xcls_Toolbar68( _this );
             child_1.ref();
-            this.el.pack_start (  child_1.el , ?bool?,?bool?,?uint? );
+            this.el.pack_end (  child_1.el , false,false,0 );
             var child_2 = new Xcls_Button70( _this );
             child_2.ref();
             this.el.pack_end (  child_2.el , false,false,0 );