X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DependTree%2FWindow.bjs;h=a425db4d899d62146924de28c36b9f2df0fe8ad3;hb=ef952c4bfa9209f454c6a3adfee18fee14bbb52a;hp=ee9417fb93d168ce616a823a79efe275c7384ae1;hpb=cd981fd28b1c9903bbb3dd078bc2d9075dc19980;p=app.Builder.js diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index ee9417fb9..a425db4d8 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -144,9 +144,8 @@ { "id": "children-list-store", "xtype": "ListStore", - "|xns": "Gtk", - "|init": "function() {\n XObject.prototype.init.call(this);\n}\n", - "listeners": {} + "|init": " function() \n {\n XObject.prototype.init.call(this);\n this.el.set_column_types ( 6, [\n GObject.TYPE_STRING, \n GObject.TYPE_BOOLEAN, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING \n ] );\n \n }", + "|xns": "Gtk" }, { "title": "Child classes",