X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=Builder4%2FStandardErrorDialog.bjs;fp=Builder4%2FStandardErrorDialog.bjs;h=0f57f89fbba14572a5a2eff52b01e70f725010de;hp=201e518007f6691b91b07372ba59231a3a928e1e;hb=2357117f2dbfda5d1282c5cc730534781e244d7e;hpb=a8abe74a436a317a7574a85149f17ecf9f72daa1 diff --git a/Builder4/StandardErrorDialog.bjs b/Builder4/StandardErrorDialog.bjs index 201e51800..0f57f89fb 100644 --- a/Builder4/StandardErrorDialog.bjs +++ b/Builder4/StandardErrorDialog.bjs @@ -1 +1,26 @@ -{"id":"file-gtk-17","name":"StandardErrorDialog","parent":"","title":false,"path":"/home/alan/gitlive/app.Builder.js/Sample/StandardErrorDialog.bjs","items":[{"|xns":"Gtk","xtype":"MessageDialog","|buttons":"Gtk.ButtonsType.OK","|modal":true,"|message_type":"Gtk.MessageType.ERROR","text":"fixme","|use_markup":true,"|show":"function(msg) {\n if (!this.el) {\n this.init();\n }\n this.el.text = msg;\n this.el.show_all();\n}\n","listeners":{"delete_event":"function (self, event) {\n this.el.hide();\n return true;\n}","response":"function (self, response_id) {\n this.el.hide();\n}"}}]} \ No newline at end of file +{ + "id": "file-gtk-9", + "name": "StandardErrorDialog", + "parent": "", + "title": false, + "path": "/home/alan/gitlive/app.Builder.js/Builder4/StandardErrorDialog.bjs", + "items": [ + { + "listeners": { + "delete_event": " (self, event) => {\n this.el.hide();\n return true;\n} \n", + "response": " (self, response_id) => {\n this.el.hide();\n}" + }, + "text": "fixme", + "xtype": "MessageDialog", + "|buttons": "Gtk.ButtonsType.OK", + "|message_type": "Gtk.MessageType.ERROR", + "|modal": "true", + "|use_markup": "true", + "|void:show": " (string msg) {\n\n this.el.text = msg;\n this.el.show_all();\n}\n", + "|void:show_all": " () {\n this.show(\"TEST\");\n}\n", + "|xns": "Gtk" + } + ], + "permname": "", + "modOrder": "" +} \ No newline at end of file