Fix #8099 - convert left tree to use get_data<> methods
[roobuilder] / src / Builder4 / StandardErrorDialog.bjs
1 {
2  "build_module" : "",
3  "items" : [
4   {
5    "$ buttons" : "Gtk.ButtonsType.OK",
6    "$ message_type" : "Gtk.MessageType.ERROR",
7    "$ modal" : true,
8    "$ use_markup" : true,
9    "$ xns" : "Gtk",
10    "Gtk.DialogFlags flags" : "Gtk.DialogFlags.MODAL",
11    "id" : "StandardErrorDialog",
12    "listeners" : {
13     "response" : [
14      "  (self, response_id) => {",
15      "   this.el.hide();",
16      "}"
17     ]
18    },
19    "text" : "fixme",
20    "xtype" : "MessageDialog",
21    "| void show" : [
22     " (Gtk.Window win, string msg) {",
23     "",
24     "    this.el.set_transient_for(win);",
25     "    this.el.modal = true;",
26     "    this.el.text =  msg;",
27     "    this.el.show();",
28     "}",
29     ""
30    ]
31   }
32  ],
33  "modOrder" : "",
34  "name" : "StandardErrorDialog",
35  "parent" : "",
36  "path" : "/home/alan/gitlive/roobuilder/src/Builder4/StandardErrorDialog.bjs",
37  "permname" : "",
38  "title" : ""
39 }