src/Builder4/About.bjs
[app.Builder.js] / src / Builder4 / About.bjs
1 {
2  "name" : "About",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/About.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "builder",
9  "items" : [
10   {
11    "listeners" : {
12     "delete_event" : "(self, event) => {\n\tthis.el.hide();\n\treturn true; \n\n}",
13     "response" : "(rid) => {\n    this.el.hide();\n}\n"
14    },
15    "Gtk.License license_type" : "Gtk.License.LGPL_3_0",
16    "|    void show" : "(Gtk.Window parent) {\n    this.el.set_transient_for(parent);\n    this.el.modal = true;\n    this.el.show();\n}\n ",
17    "$ string[] authors" : "{ \"Alan Knowles\" }",
18    "copyright" : "LGPL",
19    "xtype" : "AboutDialog",
20    "program_name" : "app.Builder.js",
21    "$ modal" : true,
22    "$ xns" : "Gtk",
23    "website" : "http://www.roojs.org/blog.php",
24    "license" : "LGPL"
25   }
26  ]
27 }