X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=ClutterTest%2FWindow.bjs;fp=ClutterTest%2FWindow.bjs;h=19491b598210982ee09c10abcdaa27e0356fe98a;hb=c5162aba7688fcdc78775254e639e4fe562ad01e;hp=89b8937421ca0ac51665512dafdb9cf91048471b;hpb=b85c3fda5797f6e1e4b8016975de0281382cbbbc;p=app.Builder.js diff --git a/ClutterTest/Window.bjs b/ClutterTest/Window.bjs index 89b893742..19491b598 100644 --- a/ClutterTest/Window.bjs +++ b/ClutterTest/Window.bjs @@ -43,7 +43,7 @@ }, { "pack": false, - "x": 300, + "x": 10, "xtype": "Actor", "y": 100, "|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 print (\"actor.items\");\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",