From 2c08779e4a18985102cca98500cf49b43eca3a8c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 19:38:48 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index 545cd2c31..880e42c69 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -1,5 +1,5 @@ { - "id": "file-gtk-18", + "id": "file-gtk-17", "name": "Window", "parent": "", "title": false, @@ -50,13 +50,16 @@ { "|xns": "Gtk", "xtype": "TreeModelFilter", - "pack": false - }, - { - "id": "class-list-store", - "xtype": "ListStore", - "|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" + "pack": false, + "items": [ + { + "id": "class-list-store", + "xtype": "ListStore", + "|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", + "pack": false + } + ] }, { "title": "Class", -- 2.39.2