DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:43:19 +0000 (18:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:43:19 +0000 (18:43 +0800)
DependTree/Window.bjs

index e014f50..456d8aa 100644 (file)
@@ -50,9 +50,8 @@
                                                 {
                                                     "id": "class-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": "Class",