From c5162aba7688fcdc78775254e639e4fe562ad01e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 19:19:10 +0800 Subject: [PATCH] ClutterTest/Window.bjs --- ClutterTest/Window.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.2