0c8615c5e55190f2536c01ca3fabb668951a99df
[roobuilder] / src / Builder4 / About.bjs
1 {
2  "build_module" : "builder",
3  "items" : [
4   {
5    "$ authors" : "{ \"Alan Knowles\" }",
6    "$ modal" : true,
7    "$ xns" : "Gtk",
8    "listeners" : {
9     "response" : [
10      "(rid) => {",
11      "    this.el.hide();",
12      "    ",
13      "}"
14     ]
15    },
16    "program_name" : "roobuilder",
17    "string copyright" : "LGPL",
18    "string license" : "LGPL",
19    "string version" : "4.2.0",
20    "website" : "https://github.com/roojs/roobuilder",
21    "xtype" : "AboutDialog",
22    "|    void show" : [
23     "(Gtk.Window parent) {",
24     "    this.el.set_transient_for(parent);",
25     "    this.el.modal = true;",
26     "    this.el.show();",
27     "}"
28    ]
29   }
30  ],
31  "modOrder" : "",
32  "name" : "About",
33  "parent" : "",
34  "path" : "/home/alan/gitlive/roobuilder/src/Builder4/About.bjs",
35  "permname" : "",
36  "title" : ""
37 }