From: Alan Knowles Date: Mon, 24 Dec 2018 07:34:49 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=fefe5c1d7f051e1acd8d3b57b6a34be19e0db160 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 25b057d4..4d95b53c 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -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" }, diff --git a/Clones.vala b/Clones.vala index 179032a0..6dfe6a56 100644 --- a/Clones.vala +++ b/Clones.vala @@ -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 );