e82b9163a0ba4f70109ed570bf2c22f535e00aa2
[app.Builder.js] / Builder4 / DialogConfirm.bjs
1 {
2     "id": "file-gtk-2",
3     "name": "DialogConfirm",
4     "parent": "",
5     "title": false,
6     "path": "/home/alan/gitlive/app.Builder.js/Builder4/DialogConfirm.bjs",
7     "items": [
8         {
9             "|void:show_all": "void () {\n    this.show(\"test\");\n}\n ",
10             "listeners": {
11                 "delete_event": " (event) => {\n    this.el.hide();\n    return true;\n}\n \n\n\n"
12             },
13             "text": "Tests",
14             "title": "Please Confirm d",
15             "xtype": "MessageDialog",
16             "|buttons": "Gtk.ButtonsType.YES_NO",
17             "|message_type": "Gtk.MessageType.QUESTION",
18             "|modal": "true",
19             "|void:show": "  (string msg) {\n     //if (!this.el) { this.init(); } \n     //this.success = success;\n    this.el.text =  msg;\n    this.el.show_all();\n\n}\n \n\n\n\n",
20             "|use_markup": "true",
21             "|xns": "Gtk"
22         }
23     ],
24     "permname": "",
25     "modOrder": ""
26 }