Clones.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:34:49 +0000 (15:34 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:34:49 +0000 (15:34 +0800)
Clones.vala

Clones.bjs
Clones.vala

index 25b057d..4d95b53 100644 (file)
@@ -30,7 +30,7 @@
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
-       "* pack" : "pack_start,?bool?,?bool?,?uint?",
+       "* pack" : "pack_start,false,false,0",
        "xtype" : "Spinner",
        "$ xns" : "Gtk"
       },
index 179032a..6dfe6a5 100644 (file)
@@ -129,7 +129,7 @@ public class Clones : Object
             // set gobject values
             var child_0 = new Xcls_Spinner3( _this );
             child_0.ref();
-            this.el.pack_start (  child_0.el , ?bool?,?bool?,?uint? );
+            this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_toolbar( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );