DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:28:32 +0000 (17:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:28:32 +0000 (17:28 +0800)
DependTree/Window.bjs

index 5b8374f..b2d0b21 100644 (file)
                             ]
                         }
                     ]
-                },
-                {
-                    "xtype": "HBox",
-                    "|xns": "Gtk",
-                    "pack": false,
-                    "items": [
-                        {
-                            "xtype": "ScrolledWindow",
-                            "|xns": "Gtk",
-                            "listeners": {},
-                            "items": [
-                                {
-                                    "xtype": "TreeView",
-                                    "|xns": "Gtk",
-                                    "listeners": {},
-                                    "items": [
-                                        {
-                                            "id": "class-list-store",
-                                            "xtype": "ListStore",
-                                            "|xns": "Gtk"
-                                        },
-                                        {
-                                            "title": "Class",
-                                            "xtype": "TreeViewColumn",
-                                            "|xns": "Gtk",
-                                            "items": [
-                                                {
-                                                    "xtype": "CellRendererText",
-                                                    "|xns": "Gtk",
-                                                    "listeners": {}
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
-                        {
-                            "xtype": "ScrolledWindow",
-                            "|xns": "Gtk",
-                            "listeners": {},
-                            "items": [
-                                {
-                                    "xtype": "TreeView",
-                                    "|xns": "Gtk",
-                                    "listeners": {},
-                                    "items": [
-                                        {
-                                            "id": "method-list-store",
-                                            "xtype": "ListStore",
-                                            "|xns": "Gtk"
-                                        },
-                                        {
-                                            "title": "Methods",
-                                            "xtype": "TreeViewColumn",
-                                            "|xns": "Gtk",
-                                            "items": [
-                                                {
-                                                    "xtype": "CellRendererText",
-                                                    "|xns": "Gtk",
-                                                    "listeners": {}
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        },
-                        {
-                            "xtype": "ScrolledWindow",
-                            "|xns": "Gtk",
-                            "listeners": {},
-                            "items": [
-                                {
-                                    "xtype": "TreeView",
-                                    "|xns": "Gtk",
-                                    "listeners": {},
-                                    "items": [
-                                        {
-                                            "id": "children-list-store",
-                                            "xtype": "ListStore",
-                                            "|xns": "Gtk"
-                                        },
-                                        {
-                                            "title": "Child classes",
-                                            "xtype": "TreeViewColumn",
-                                            "|xns": "Gtk",
-                                            "items": [
-                                                {
-                                                    "xtype": "CellRendererText",
-                                                    "|xns": "Gtk",
-                                                    "listeners": {}
-                                                }
-                                            ]
-                                        }
-                                    ]
-                                }
-                            ]
-                        }
-                    ]
                 }
             ]
         }