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    this.el.hide();\n    return true; \n  \n \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    "copyright" : "LGPL",
18    "xtype" : "AboutDialog",
19    "program_name" : "app.Builder.js",
20    "$ modal" : true,
21    "$ authors" : "{ \"Alan Knowles\" }",
22    "$ xns" : "Gtk",
23    "website" : "http://www.akbkhome.com/blog.php",
24    "license" : "LGPL"
25   }
26  ]
27 }