Builder4/DialogConfirm.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:30:33 +0000 (18:30 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:30:33 +0000 (18:30 +0800)
Builder4/DialogConfirm.js
Builder4/DialogConfirm.vala

Builder4/DialogConfirm.bjs
Builder4/DialogConfirm.js
Builder4/DialogConfirm.vala

index e82b916..995ff3f 100644 (file)
@@ -6,7 +6,7 @@
     "path": "/home/alan/gitlive/app.Builder.js/Builder4/DialogConfirm.bjs",
     "items": [
         {
-            "|void:show_all": "void () {\n    this.show(\"test\");\n}\n ",
+            "|void:show_all": " () {\n    this.show(\"test\");\n}\n ",
             "listeners": {
                 "delete_event": " (event) => {\n    this.el.hide();\n    return true;\n}\n \n\n\n"
             },
index 781c39a..bec9d64 100644 (file)
@@ -11,7 +11,7 @@ console = imports.console;
 XObject = imports.XObject.XObject;
 DialogConfirm=new XObject({
     xtype: Gtk.MessageDialog,
-    'void:show_all' : void () {
+    'void:show_all' : () {
         this.show("test");
     },
     listeners : {
index 1496f7e..2c29a67 100644 (file)
@@ -48,7 +48,7 @@ public class Xcls_MessageDialog1
     }
 
     // userdefined functions 
-    public void show_allvoid () {
+    public void show_all () {
             this.show("test");
         }