src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 10:28:55 +0000 (18:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 10:28:55 +0000 (18:28 +0800)
src/Builder4/MainWindow.vala

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

index 035304a..064e09c 100644 (file)
@@ -37,7 +37,7 @@
      "$ homogeneous" : false,
      "items" : [
       {
-       "* pack" : "pack_start,?bool?,?bool?,?uint?",
+       "* pack" : "pack_start,true,true,0",
        "xtype" : "HeaderBar",
        "bool show_close_button" : true,
        "$ xns" : "Gtk",
index 40a6266..5d0f394 100644 (file)
@@ -137,7 +137,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             var child_0 = new Xcls_HeaderBar3( _this );
             child_0.ref();
-            this.el.pack_start (  child_0.el , ?bool?,?bool?,?uint? );
+            this.el.pack_start (  child_0.el , true,true,0 );
             var child_1 = new Xcls_mainpane( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , true,true,0 );