8f560d88854faad51b70d640581b97b655a268cc
[roobuilder] / src / Builder4 / About.bjs
1 {
2  "build_module" : "builder",
3  "gen_extended" : true,
4  "items" : [
5   {
6    "$ authors" : "{ \"Alan Knowles\" }",
7    "$ xns" : "Gtk",
8    "bool modal" : true,
9    "program_name" : "roobuilder",
10    "string copyright" : "LGPL",
11    "string license" : "LGPL",
12    "string version" : "4.4.2",
13    "website" : "https://github.com/roojs/roobuilder",
14    "xtype" : "AboutDialog",
15    "| void show" : [
16     "(Gtk.Window parent) {",
17     "\tthis.el.application = parent.application;",
18     "\tthis.el.set_transient_for(parent);",
19     "\tthis.el.show();",
20     " ",
21     "\t ",
22     "\t",
23     "}"
24    ]
25   }
26  ],
27  "name" : "About"
28 }