DependTree/Window.bjs
[app.Builder.js] / DependTree / Window.bjs
1 {
2     "id": "file-gtk-12",
3     "name": "Window",
4     "parent": "",
5     "title": false,
6     "path": "/home/alan/gitlive/app.Builder.js/DependTree/Window.bjs",
7     "items": [
8         {
9             "default_height": 500,
10             "default_width": 600,
11             "xtype": "Window",
12             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.show_all();\n}\n",
13             "|xns": "Gtk",
14             "items": [
15                 {
16                     "xtype": "HBox",
17                     "|xns": "Gtk",
18                     "items": [
19                         {
20                             "xtype": "ScrolledWindow",
21                             "|xns": "Gtk",
22                             "listeners": {},
23                             "items": [
24                                 {
25                                     "xtype": "TreeView",
26                                     "|xns": "Gtk",
27                                     "listeners": {}
28                                 }
29                             ]
30                         },
31                         {
32                             "xtype": "ScrolledWindow",
33                             "|xns": "Gtk",
34                             "listeners": {},
35                             "items": [
36                                 {
37                                     "xtype": "TreeView",
38                                     "|xns": "Gtk",
39                                     "listeners": {}
40                                 }
41                             ]
42                         },
43                         {
44                             "xtype": "ScrolledWindow",
45                             "|xns": "Gtk",
46                             "listeners": {},
47                             "items": [
48                                 {
49                                     "xtype": "TreeView",
50                                     "|xns": "Gtk",
51                                     "listeners": {}
52                                 }
53                             ]
54                         }
55                     ]
56                 }
57             ]
58         }
59     ],
60     "permname": "",
61     "modOrder": ""
62 }