X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=ClutterTest%2FWindow.bjs;h=f4ef763e94634634ab6b745ad7c87b6da33a6f6c;hb=0a10958026f561124ffe63730647c23e34e36c73;hp=6202194909275a6b883f53d73fffa0f92dd9cfba;hpb=834933f1c205bc5396a4417078af566f39f2dfb6;p=app.Builder.js diff --git a/ClutterTest/Window.bjs b/ClutterTest/Window.bjs index 620219490..f4ef763e9 100644 --- a/ClutterTest/Window.bjs +++ b/ClutterTest/Window.bjs @@ -64,7 +64,7 @@ }, { "pack": false, - "x": 100, + "x": 10, "xtype": "Actor", "y": 300, "|init": "function() {\n\n var child = new XObject(this.items[0]);\n child.init();\n child.parent = this;\n //var contents = new Gtk.Button({ label: 'test' }); \n var contents = child.el;\n \n print(JSON.stringify(this.items));\n \n \n this.el = new GtkClutter.Actor.with_contents ( contents) ;\n XObject.prototype.init.call(this);\n}\n",