ClutterTest/Window.bjs
[app.Builder.js] / ClutterTest / Window.bjs
index 6ced2f3..b459f33 100644 (file)
@@ -6,7 +6,7 @@
     "path": "/home/alan/gitlive/app.Builder.js/ClutterTest/Window.bjs",
     "items": [
         {
-            "default_height": 600,
+            "default_height": 900,
             "default_width": 600,
             "xtype": "Window",
             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.show_all();\n}\n",
                             "pack": false,
                             "x": 150,
                             "xtype": "Actor",
-                            "y": 300,
+                            "y": 10,
                             "|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",
                             "|xns": "GtkClutter",
                             "items": [