Sample/DialogConfirm.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:50:37 +0000 (12:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:50:37 +0000 (12:50 +0800)
Sample/DialogConfirm.bjs

index 6d02001..2186424 100644 (file)
@@ -1 +1 @@
-{"id":"file-gtk-9","name":"DialogConfirm","parent":"","title":false,"path":"/home/alan/gitlive/app.Builder.js/Sample/DialogConfirm.bjs","items":[{"|xns":"Gtk","xtype":"MessageDialog","|show":"function(msg) {\n     if (!this.el) {\n            this.init();\n        }\n        this.el.text =  msg;\n        this.el.show_all();\n}\n","|buttons":"","listeners":{}}]}
\ No newline at end of file
+{"id":"file-gtk-9","name":"DialogConfirm","parent":"","title":false,"path":"/home/alan/gitlive/app.Builder.js/Sample/DialogConfirm.bjs","items":[{"|xns":"Gtk","xtype":"MessageDialog","|show":"function(msg) {\n     if (!this.el) {\n            this.init();\n        }\n        this.el.text =  msg;\n        this.el.show_all();\n}\n","|buttons":"Gtk.ButtonsType.YES_NO"}]}
\ No newline at end of file