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

index dc16e5c..5b8374f 100644 (file)
             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.show_all();\n}\n",
             "|xns": "Gtk",
             "items": [
+                {
+                    "|xns": "Gtk",
+                    "xtype": "VBox",
+                    "pack": false,
+                    "items": [
+                        {
+                            "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": {}
+                                                        }
+                                                    ]
+                                                }
+                                            ]
+                                        }
+                                    ]
+                                }
+                            ]
+                        }
+                    ]
+                },
                 {
                     "xtype": "HBox",
                     "|xns": "Gtk",
+                    "pack": false,
                     "items": [
                         {
                             "xtype": "ScrolledWindow",
                             ]
                         }
                     ]
-                },
-                {
-                    "|xns": "Gtk",
-                    "xtype": "VBox",
-                    "pack": false
                 }
             ]
         }