From 3fd4a8cda64a3238c2b08f9f6276a80a508b5060 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Dec 2010 17:45:23 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index 951c97b20..ad2718d2f 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -104,6 +104,21 @@ "|xns": "Gtk", "listeners": {}, "items": [ + { + "xtype": "TreeModelFilter", + "|init": "function() {\n this.items[0].pack = false;\n this.items[0].init();\n this.list = this.items[0];\n this.el = new Gtk.TreeModelFilter.c_new(this.items[0].el, null);\n this.el.set_visible_column(2);\n XObject.prototype.init.call(this);\n \n}\n", + "|xns": "Gtk", + "pack": false, + "items": [ + { + "id": "class-list-store", + "pack": false, + "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_BOOLEAN, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING, \n GObject.TYPE_STRING \n ] );\n \n }", + "|xns": "Gtk" + } + ] + }, { "id": "method-list-store", "xtype": "ListStore", -- 2.39.2